clifx
v0.1.2
Published
Command line interface for interacting with LIFX bulbs using LIFX Cloud
Downloads
21
Maintainers
Readme
clifx
##About
###Description Command line interface for interacting with LIFX bulbs using LIFX Cloud
###Author Norman Joyner - [email protected]
##Getting Started
###Installing
npm install clifx -g
###Configuration
clifx configure --api-key LIFX_CLOUD_TOKEN
###Listing Bulbs
List all bulbs:
clifx list
List bulbs from a specific group:
clifx list --group "Living Room"
###Powering On Bulbs
Power on all bulbs:
clifx power-on
Power on a bulb by name:
clifx power-on --label "Porch"
###Powering Off Bulbs
Power off all bulbs:
clifx power-off
Power off all bulbs by location:
clifx power-off --location "My Smart House"
##Contributing Pull requests and issues are encouraged!