openhue / openhue-cli

OpenHue CLI is a command-line interface for interacting with Philips Hue smart lighting systems.
https://www.openhue.io/cli
Apache License 2.0
41 stars 6 forks source link

Added the set light command #14

Closed thibauult closed 9 months ago

thibauult commented 9 months ago

Added the openhue set light [lightId] command.

Usage

Set a light on:

openhue set light 15f51223-1e83-4e48-9158-0c20dbd5734e --on

Set a multiple lights on:

openhue set light 15f51223-1e83-4e48-9158-0c20dbd5734e 50a903f0-f060-4219-8301-1b56cba41cd0 --on

Set a light off:

openhue set light 15f51223-1e83-4e48-9158-0c20dbd5734e --off