Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

AndrewHuffman/Hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Philips Hue Light Controller written in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published