fdesjardins / hue-extras

Philips Hue Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hue-extras

Build Status Coverage

Philips Hue Utilities

Installation

npm install --save hue-extras

For global CLI utils:

npm install -g hue-extras

Usage

Create a config.js with your hue credentials filled in.

Commands

fire

Set lamp 5 on fire with trimethyl borate (green flames):

hue fire -l 5 -f trimethylBorate

brightness

Increase the brightness of all lamps:

hue brightness -d u -a

redshift

Decrease temperature (Kelvin) of all lamps:

hue redshift -d d -a

License

MIT © Forrest Desjardins

About

Philips Hue Utilities

License:MIT License


Languages

Language:JavaScript 100.0%