Closed brannon-bowden closed 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":
Creating a pull request.
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":