kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
115 stars 37 forks source link

Add instant response #48

Closed kpsuperplane closed 3 years ago

kpsuperplane commented 3 years ago

Will respond with cached values for bulbs that take longer than 1s.

Unfortunately for offline bulbs,

The HomeKit API for events does not support the setting of a not responding status. https://github.com/homebridge/HAP-NodeJS/pull/556#issuecomment-486333661

This means that non-responding bulbs will not show as not-responding until the next pull from homekit, most likely the next time you open the app.

kpsuperplane commented 3 years ago

Should fix #37