Adding changes and files for doorlock driver
[iot2.git] / benchmarks / other / ZigbeeTest / IoTZigbee.java
index 6f0ad6945e830ed80e2bf7185f92325372f70996..dd12352d669239b7cf29091fd5e623a9255bc41b 100644 (file)
@@ -216,7 +216,7 @@ public class IoTZigbee {
                DatagramPacket sendPacket = new DatagramPacket(message.getBytes(), message.getBytes().length, InetAddress.getByName(strHostAddress), iDstPort);
                socket.send(sendPacket);
        }
-
+       
        public void sendConfigureReportingCommand(int packetId, int clusterId, int profileId, int src_endpoint, int dest_endpoint, int attributeId, int dataType, int minReportingInterval, int maxReportingInterval, byte[] reportableChange) throws IOException {
                String message = "type: zcl_configure_reporting\n";
                message += "packet_id: " + String.format("%04x", packetId) + "\n";