aarons22 / homebridge-bond

Homebridge plugin for Bond
MIT License
64 stars 31 forks source link

Update Bond API key ignore logic #218

Closed diffness closed 1 year ago

diffness commented 2 years ago

Per Bond developers, ignore keys starting with underscores for devices and commands. This will help avoid breakage from future API changes.

(This is an extremely minor tweak that switches from ignoring only “all underscore” keys to “starts with underscores” keys.)