This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hue-light

0.1.2 • Public • Published

Hue.js

A Node.js library for controlling Philips Hue lights.

🚧 Under Construction 🚧

This library is not yet complete!

Usage

var lamp = new Light(1);
lamp.on()
.then(function(){
    lamp.delay(100);
    return lamp.hue(12000);
})

var kitchen = new LightGroup(1,2);
lamp.off();

/hue-light/

    Package Sidebar

    Install

    npm i hue-light

    Weekly Downloads

    7

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • andrewhuffman