Scenes Operations
Closed this issue · 3 comments
tatey commented
It's now possible to list scenes and activate scenes. Would be really handy for the little app I'm building.
tatey commented
There's preliminary support for this as of 4890260. You need to interact directly with HTTPSession. If you know the UUID of a scene you would activate it as follows
client.session.setScenesActivate("scene_id:xxx", duration: 0.5", ...)
Need to think about how this should be modelled nicely from the client.
tatey commented