sqmk / Phue

Philips Hue client for PHP
Other
203 stars 45 forks source link

https://github.com/sqmk/Phue/issues/121 #122

Closed sgc-fireball closed 6 years ago

sgc-fireball commented 7 years ago

issues #121 isOn reports wrong state for offline lamps

sqmk commented 6 years ago

isOn and isReachable methods return their respective state values from the bridge. I suggest a convenience helper method that checks both on and reachable state values, rather than changing the existing isOn method.