| | |
| | | platformDevice.setType(Constants.ZERO); |
| | | platformDevice.setDeviceId(ledId.toString()); |
| | | platformDevice.setHkId(device.getHkId()); |
| | | platformDevice.setHkNo(device.getNo()); |
| | | platformDevice.setName(device.getName()); |
| | | platformDeviceList.add(platformDevice); |
| | | } |
| | |
| | | platformDevice.setType(Constants.TWO); |
| | | platformDevice.setDeviceId(broadcastId.toString()); |
| | | platformDevice.setHkId(device.getHkId()); |
| | | platformDevice.setHkNo(device.getNo()); |
| | | platformDevice.setName(device.getName()); |
| | | platformDeviceList.add(platformDevice); |
| | | } |
| | |
| | | platformDevice.setType(Constants.ZERO); |
| | | platformDevice.setDeviceId(ledId.toString()); |
| | | platformDevice.setHkId(device.getHkId()); |
| | | platformDevice.setHkNo(device.getNo()); |
| | | platformDevice.setName(device.getName()); |
| | | platformDeviceList.add(platformDevice); |
| | | } |
| | |
| | | platformDevice.setType(Constants.TWO); |
| | | platformDevice.setDeviceId(broadcastId.toString()); |
| | | platformDevice.setHkId(device.getHkId()); |
| | | platformDevice.setHkNo(device.getNo()); |
| | | platformDevice.setName(device.getName()); |
| | | platformDeviceList.add(platformDevice); |
| | | } |