rodtoll / isy-js

Active development and support discontinued. Javascript library for ISY-99i from Universal Devices. Supports basic actions and receives updated state from the websocket endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose scenes as devices.

rodtoll opened this issue · comments

Default to lighting devices? Or expose as a new object type?

Sounds like a good project for the upcoming holidays.

I would suggest exposing Scenes as a new type since a Scene does not have a status.

Good point. I'll include a collection of the devices in the scene.

Implemented. Scenes are a different type and expose a collection of child devices. Basic lighting commands are available. Updated README.md to describe new class and functionality.

Pushed to package now.

Am I correct that this functionality is not (yet?) supported by the homebridge plugin?

Correct. Working on a test suite first so I can prevent regressions. Once that is in place will add scenes to the plugin. Should be this week.

@robwbartel This is now supported in the homebridge-isy-js plugin now. Enjoy.

Thanks for the heads up. Initial attempt inconclusive because I'm having trouble with HK database. Travel will prevent further testing for at least a couple of weeks.

No problem at all.

On Wed, Jan 6, 2016 at 8:32 PM, Rob Bartel notifications@github.com wrote:

Thanks for the heads up. Initial attempt inconclusive because I'm having
trouble with HK database. Travel will prevent further testing for at least
a couple of weeks.


Reply to this email directly or view it on GitHub
#5 (comment).