tatey/LIFXHTTPKit

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

Came up with a nice way to use this with the client as of 8ad388a. See a detailed description in the README.

tatey commented

This is fully done as of d7be16e.