From 64c1943879ffdbb4b93bdcdbd0d7bbde977694d0 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Thu, 7 Feb 2019 15:44:49 -0800 Subject: [PATCH] Removed extraneous field According to the spec (Section 3.8.2.3.6 of the Zigbee Cluster Library Specification - I was using Revision 6) the on with timed off command only takes 5 bytes of parameters, not 6. There is only 1 byte of control bits. I removed the controlByte field. --- lib/defs/zcl_meta.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/defs/zcl_meta.json b/lib/defs/zcl_meta.json index 2c859d5..e5727c1 100644 --- a/lib/defs/zcl_meta.json +++ b/lib/defs/zcl_meta.json @@ -386,7 +386,6 @@ "onWithTimedOff":{ "params":[ {"ctrlbits":"uint8"}, - {"ctrlbyte":"uint8"}, {"ontime":"uint16"}, {"offwaittime":"uint16"} ],