Loading src/service/tests/ServiceHandler_L3NM_EMU.py +0 −4 Original line number Diff line number Diff line Loading @@ -29,15 +29,11 @@ DEVICE2_UUID = 'EMULATED-ROUTER-2' DEVICE_ATTRIBUTES = { # device_uuid => {device_settings} DEVICE1_UUID: { 'type' : 'emulated', 'address' : '10.95.86.155', 'port' : '830', 'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED], 'endpoint': 'EP100', }, DEVICE2_UUID: { 'type' : 'emulated', 'address' : '10.96.86.149', 'port' : '830', 'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED], 'endpoint': 'EP100', }, Loading Loading
src/service/tests/ServiceHandler_L3NM_EMU.py +0 −4 Original line number Diff line number Diff line Loading @@ -29,15 +29,11 @@ DEVICE2_UUID = 'EMULATED-ROUTER-2' DEVICE_ATTRIBUTES = { # device_uuid => {device_settings} DEVICE1_UUID: { 'type' : 'emulated', 'address' : '10.95.86.155', 'port' : '830', 'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED], 'endpoint': 'EP100', }, DEVICE2_UUID: { 'type' : 'emulated', 'address' : '10.96.86.149', 'port' : '830', 'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED], 'endpoint': 'EP100', }, Loading