cflurin / homebridge-websocket

Homebridge Plugin
Apache License 2.0
40 stars 7 forks source link

Typo causes UINT32 values to throw exception. #8

Closed brannon-bowden closed 6 years ago

brannon-bowden commented 6 years ago

In accessory.js line 82, there is a typo that causes an exception when sending certain characteristics such as ColorTemperature for Lighbulb.

case "unit32": should be "uint32":

brannon-bowden commented 6 years ago

Creating a pull request.