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

#44 Set color temperature in Mirek for lights and rooms #48

Closed thibauult closed 5 months ago

thibauult commented 5 months ago

It is now possible to set the color temperature in Mirek for lights and rooms.

Examples:

Set color temperature (in Mirek) of a single room:

openhue set light Studio --on --temperature 250

Set color temperature (in Mirek) of a single light:

openhue set light Desktop --on -t 490

Closes #44