ym88659208ym87991671
Function light_colour_temp | Documentation for developers

light_colour_temp

Last updated on November 25, 2022

Data type: INTEGER(0, 1000).

Usage method: stores the device state and can change it.

Purpose: manages the colour temperature. It can take values from 0 to 1,000. It must be indicated in per mille: 1 brightness unit is equal 1/10 percent, where 0% is the maximum brightness of warm LEDs, and 100% is the maximum brightness of cold LEDs.

When describing the device model, the range and interval of values taken by the function can be changed.

Devices with this function

Examples of voice commands

— Салют, сделай свет настольной лампы холоднее (Salute, make the light of the table lamp colder)

— Салют, сделай свет ночной подсветки теплее (Salute, make the night light warmer)

Function description for a device model

"features": [
"light_colour_temp",
// ...
]

Function state description example

The example describes a device at a day light temperature.

{
"states": [
{
"key": "light_colour_temp",
"value": {
"type": "INTEGER",
"integer_value": "350"
}
}
]
}
Sber process cookies only to personalize services according to Cookies Usage Policy. You can prevent the processing of cookies in your browser settings.