You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: