You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI shows a "Rooms" column that includes rooms and zones mixed together. Current functionality is fine, but it would be more clear & helpful if rooms & zones were listed separately.
Solution could be as simple as a second area labeled "Zones" with the appropriate elements (/resource/zone/{id} in v2).
Ideally, the UI could be configured as either zones first or rooms first, as in the Hue mobile app. A zones/rooms toggle could also be an option, but it would be preferable to have both visible & accessible at once.
The text was updated successfully, but these errors were encountered:
Hi, yeah that is true. It was put together in a hurry so it's not perfect. You are welcome to make a PR. I sadly don't have time to work on it at the moment :/.
Looking at https://developers.meethue.com/develop/hue-api/groupds-api/ it should be possible to distinguish between Rooms and Zones/etc based on the type field in API v1 . To get the basic functions you describe, it shouldn't be too difficult to fetch this info (not currently stored in
The UI shows a "Rooms" column that includes rooms and zones mixed together. Current functionality is fine, but it would be more clear & helpful if rooms & zones were listed separately.
Solution could be as simple as a second area labeled "Zones" with the appropriate elements (/resource/zone/{id} in v2).
Ideally, the UI could be configured as either zones first or rooms first, as in the Hue mobile app. A zones/rooms toggle could also be an option, but it would be preferable to have both visible & accessible at once.
The text was updated successfully, but these errors were encountered: