ym88659208ym87991671
Function open_right_set | Documentation for developers

open_right_set

Last updated on August 26, 2022

Data type: ENUM.

Usage method: does not store the device state but can change it.

Purpose: manages the device's left half opening:

  • open – open.
  • close – close.
  • stop – stop.

When describing the device model, the list of available operation modes of a function can be shortened.

Devices with this function

Examples of voice commands

— Салют, закрой правую створку ворот (Salute, close the right side of the gate)

— Салют, закрой правую сторону шторы (Salute, close the right side of the curtains)

Function description for a device model

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

Function state description example

The example describes a device with the opened right side.

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