ZeroOne3010 / yetanotherhueapi

A Java library for controlling Philips Hue lights. Available from the Maven Central.
MIT License
68 stars 21 forks source link

Add support for scenes #12

Closed ZeroOne3010 closed 4 years ago

ZeroOne3010 commented 4 years ago

One should be able to browse and activate scenes. See the following resources for inspiration: https://developers.meethue.com/develop/hue-api/groupds-api/ https://developers.meethue.com/develop/hue-api/4-scenes/

ZeroOne3010 commented 4 years ago

It appears that the API does not respect the transitiontime parameter when activating a scene.

ZeroOne3010 commented 4 years ago

Note to self: scenes can belong to any kind of group, not just rooms or zones. Need to start acknowledging those other types too.