X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2Fother%2FZigbeeTest%2FIoTZigbee.java;h=dd12352d669239b7cf29091fd5e623a9255bc41b;hb=79a07095edcd2818516d3608302323e0c37d1f81;hp=6f0ad6945e830ed80e2bf7185f92325372f70996;hpb=72a8a1f7fc99b42b57686bef6b4c1ca91d05252a;p=iot2.git diff --git a/benchmarks/other/ZigbeeTest/IoTZigbee.java b/benchmarks/other/ZigbeeTest/IoTZigbee.java index 6f0ad69..dd12352 100644 --- a/benchmarks/other/ZigbeeTest/IoTZigbee.java +++ b/benchmarks/other/ZigbeeTest/IoTZigbee.java @@ -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";