the conbee II zigbee usb stick returns xFFF0 (65520) for the "all" group which results in recurring errors due the the limit of 255 which is stated in your code.
As far as I can see in src/types/RangedNumberType.ts line 44 and src/types/Int8Type.ts.
It is possible to adapt the code to except int16 numbers for group ids?
Hi Peter,
the conbee II zigbee usb stick returns xFFF0 (65520) for the "all" group which results in recurring errors due the the limit of 255 which is stated in your code. As far as I can see in src/types/RangedNumberType.ts line 44 and src/types/Int8Type.ts.
It is possible to adapt the code to except int16 numbers for group ids?
Thank you! Regards, Oliver