ym88659208ym87991671
Function signal_strength | Documentation for developers

signal_strength

Last updated on January 18, 2023

Data type: ENUM.

Usage method: stores the device state without changing it.

Purpose: wireless signal level. It shows the quality of the connection between the device and the hub/router:

  • low – low signal. Connection failures are possible.
  • medium – medium signal. Some connection failures are possible, but their likelihood is less than the low level.
  • high – high signal. Connection failures are not likely to occur.

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, what is the signal level on the blinds now?)

— Салют, узнай уровень сигнала на воротах (Salute, find out the signal level at the gate)

— Салют, расскажи об уровне сигнала на датчике движения (Salute, tell about the signal level on the motion sensor)

Function description for a device model

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

Function state description example

The example describes a strong signal.

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