0.2.1 • Published 10 years ago
nitrogen-light v0.2.1
nitrogen-light
This module adds support for lightCommand and lightStatus messages to a Nitrogen application or service. It also provides the LightManager class for interpreting message streams and driving the attached device.
Light commands are used to control light devices that have hue, brightness, saturation, and on/off control.
How to use
- Add "nitrogen-light" to the package.json for your service or application.
npm install
For browser based applications, add this module to the Nitrogen service. The service will automatically mixin this into the client library that is provided to the browser.