Readonly
ConnectionReadonly
ScenesThe list of scenes objects that correspond to the scenes defined at the KLF 200 interface.
The array index corresponds to the scene ID.
Add an event handler that is called if a scene has been added.
The handler that is called if the event is emitted.
Call the dispose method of the returned object to remove the handler.
Add an event handler that is called if a scene has been changed.
The handler that is called if the event is emitted.
Call the dispose method of the returned object to remove the handler.
Add an event handler that is called if a scene has been removed.
The handler that is called if the event is emitted.
Call the dispose method of the returned object to remove the handler.
Static
createCreates an instance of Scenes.
The connection that will be used to send and receive commands.
Returns a new Scenes object that is initialized, already.
Use the scenes object to retrieve a list of scenes known to your KLF interface and to start one of them.
Scenes