ebaauw / homebridge-lib

Utility Library for Homebridge Plugins
Apache License 2.0
94 stars 12 forks source link

Fix bug when validating characteristic values. #3

Closed pblondin closed 6 years ago

pblondin commented 6 years ago

First of all, thanks for your work! I'm currently using your lib to ease the development of a new homekit plugin platform.

While playing with it, I've found this bug. There is no short circuit in forEach loops.

pblondin commented 6 years ago

@ebaauw Any chance my PR is merged?

pblondin commented 6 years ago

Thanks!

ebaauw commented 6 years ago

Sorry, I'm not actively monitoring this repository. It's more a collection of scrap notes at the moment. I plan to use this for my homebridge-hue and homebridge-zp plugings, moving to the dynamic platform accessory model.