|
|
@@ -804,7 +804,7 @@ public class DeviceServiceImpl implements IDeviceService {
|
|
|
upstreamDeviceDTO.setNickName(device.getNickname());
|
|
|
upstreamDeviceDTO.setDeviceName(device.getDeviceName());
|
|
|
upstreamDeviceDTO.setPayload(device.getDomain()+"-"+device.getDeviceType()+"-"+device.getSubType());
|
|
|
-
|
|
|
+ upstreamDeviceDTO.setChildSn(device.getChildSn());
|
|
|
DeviceDTO deviceDTO = new DeviceDTO();
|
|
|
deviceDTO.setDeviceSn(device.getDeviceSn());
|
|
|
getDeviceStatus(deviceDTO);
|