Skip to content

fdesjardins/hue-extras

Repository files navigation

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