morzzz007 / node-tradfri

Node API to control IKEA Tradfri Lights
MIT License
49 stars 17 forks source link

Light Status - Disconnected #10

Open bartounet16 opened 6 years ago

bartounet16 commented 6 years ago

Hello Is it possible to know when light are disconnected ? ( no power )

it can be very usefull ...

Yeelight for exemple can say Status and Online

morzzz007 commented 6 years ago

Hi,

Thats actually a pretty good idea, I'll probably implement a feature where you can subscribe to status change events.

For now, I suggest calling getDevices() in 5-30 sec intervals and compare the results manually.