shimmeringbee / zda

Adapter to convert ZCL frames and queries into Shimmering Bee abstractions, written in Go.
Apache License 2.0
1 stars 2 forks source link

Color Control / Move Color + other users if int8/int16 #13

Closed pwood closed 5 months ago

pwood commented 3 years ago

At current bytecodec does not support marshalling signed integers, as such MoveColor in ColorControl ZCL cluster is marked as skipped. Once bytecodec supports, removed skips.

pwood commented 5 months ago

Replaced by #23.