Adding changes and files for doorlock driver
[iot2.git] / benchmarks / other / DoorlockAndOutlet / IoTZigbee.java
index 6f0ad6945e830ed80e2bf7185f92325372f70996..e3bb4014b304480136113c61ffdc3749a2e9e4e3 100644 (file)
@@ -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";