X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=benchmarks%2Fother%2FDoorlockAndOutlet%2FIoTZigbee.java;h=e3bb4014b304480136113c61ffdc3749a2e9e4e3;hp=6f0ad6945e830ed80e2bf7185f92325372f70996;hb=HEAD;hpb=093bd1103f814b977573805d799f64adb4596919 diff --git a/benchmarks/other/DoorlockAndOutlet/IoTZigbee.java b/benchmarks/other/DoorlockAndOutlet/IoTZigbee.java index 6f0ad69..e3bb401 100644 --- a/benchmarks/other/DoorlockAndOutlet/IoTZigbee.java +++ b/benchmarks/other/DoorlockAndOutlet/IoTZigbee.java @@ -217,6 +217,8 @@ public class IoTZigbee { 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 { + 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";