-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heartbeat retrieves full bridge state, excl. group 0 #3
Labels
Comments
ebaauw
changed the title
Heartbeat get state / group 0
Heartbeat retrieves full bridge state, excl. group 0
Oct 23, 2016
homebridge-hue now does separate requests for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, homebridge-hue retrieves the full bridge state,
GET /
, on each heartbeat. As this state doesn't include/groups/0
, group 0 is currently not supported. Also, it might be more efficient to issue multiple requests, one for each resource type:GET /lights
,GET /groups
,GET /sensors
, andGET /schedules
, especially when you have a lot of rules. Of course, these requests would only be issued when the corresponding resource type is enabled throughconfig.json
.The text was updated successfully, but these errors were encountered: