View source: R/set_light_temperature.R
hue_set_light_temperature | R Documentation |
Set temperature of light
hue_set_light_temperature(id, temperature, by = 10)
id |
If numeric, numeric id of light. If character, name of light. You can check id and names with |
temperature |
A numeric value, or one of either "warmer" (or "+") or "colder" (or "-"). The warmest value available is usually 500, the coldest 153. |
by |
Numeric, defaults to 10. Ignored if temperature is numeric. Otherwise determines the size of the increment/decrement. |
Silently returns http response from the bridge, but mostly used for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.