alisdairjsmyth

Results 2 issues of alisdairjsmyth

`activateScene` does not invoke the LIFX Activate Scene API Endpoint. Rather it invokes the LIFX Cycle API Endpoint. Activate Scene API Endpoint is `https://api.lifx.com/v1/scenes/scene_id::scene_uuid/activate` Cycle API Endpoint is `https://api.lifx.com/v1/lights/:selector/cycle`

The `validateColor` method always returns a 404. The underlying LIFX API uses **GET** and the query string `string`. The `validateColor` method uses **PUT** and the query string `color`.