petrklus / lifx-simple

Controlling LiFX bulbs using command line. Pure Python 2.7
MIT License
39 stars 5 forks source link

Multiple bulps simultaneously #7

Closed janphilippkiel closed 6 years ago

janphilippkiel commented 7 years ago

Probably a dumb question but is it possible to talk to multiple bulps simultaneously? "set_colour.py" only has a single bulp as parameter and executing the command multiple times is a little bit off.

Thanks in advance.

petrklus commented 7 years ago

Only a single bulb control is supported with the command line utility. You can use the bundled webservice and issue multiple requests a bit more efficiently via that... or just extend the command line utility, should be pretty easy.