shokai / node-philips-hue

Node.js library for Philips Hue bridge API
http://npmjs.org/package/philips-hue
17 stars 7 forks source link

controll multiple lights on one command #2

Closed shokai closed 8 years ago

shokai commented 9 years ago

list

% philips-hue --light 1,3,5 --bri 80

range

% philips-hue --light 1-3 --effect colorloop
shokai commented 8 years ago

--light 1,3,5 was implemented.