0.7.0 • Published 10 years ago

huecli v0.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hueCli (unstable)

Command line interface for philips hue. this very early version will be refactored a lot.

Install

via npm (recommended)

npm install -g huecli

Usage

# activate test scenes
hue scene on
hue scene colorloop
hue scene off

# notify command flashes your lights once
hue notify
# or for 5 seconds
hue notify -d 5

# list all lights
hue lights -l

# turn on light 1
hue lights 1

# set light 1 to red
hue lights 1 -c red

# set all lights to a warm bright light
hue lights -T 400 -b 200
# the color temperature range is [153, 500], brightness range is [0, 255]

# turn off light 1
hue lights 1 --off

# turn off all lights
hue lights --off
0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago