List of functions
Function |
Description |
Setting the cleaning mode. |
|
Setting the coffee machine mode. |
|
Setting the dishwashing mode. |
|
Setting the fan speed (such as in an air conditioner, fan, or heater). |
|
Setting the heating mode. |
|
Setting the signal source. |
|
Setting a program on a device. |
|
Setting the air direction on climate control devices. |
|
Setting the tea making mode. |
|
Setting the temperature mode of climate control devices (such as an air conditioner). |
|
Setting the ventilation mode. |
|
Setting the speed. |
cleanup_mode
Setting the cleaning mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи уборку в режим экспресс.
Translation: Alice, turn on express cleaning.
-
Алиса, включи ночную уборку.
Translation: Alice, turn on night cleaning.
-
Алиса, включи автоматическую чистку.
Translation: Alice, turn on automatic cleaning.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "cleanup_mode",
"modes": [
{
"value": "auto"
},
{
"value": "quiet"
}
]
}
...
}
Examples of devices with the cleanup_mode function
- auto
- eco
- express
- normal
- quiet
- wet_cleaning
- dry_cleaning
- mixed_cleaning
coffee_mode
Setting the coffee machine mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, поставь кофе в режим капучино.
Translation: Alice, set coffee to cappuccino mode.
-
Алиса, сделай латте.
Translation: Alice, make a latte.
-
Алиса, свари американо.
Translation: Alice, prepare an Americano.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "coffee_mode",
"modes": [
{
"value": "latte"
},
{
"value": "cappuccino"
}
]
}
...
}
Examples of devices with the coffee_mode function
- americano
- cappuccino
- double_espresso
- espresso
- latte
dishwashing
Setting the dishwashing mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Valid value: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи мойку посуды в интенсивный режим.
Translation: Alice, set the dishwashing machine to intensive mode.
-
Алиса, вымой посуду в режиме авто.
Translation: Alice, wash the dishes in auto mode.
-
Алиса, помой посуду в экспресс режиме.
Translation: Alice, wash the dishes in express mode.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "dishwashing",
"modes": [
{
"value": "auto"
},
{
"value": "intensive"
},
{
"value": "glass"
},
{
"value": "express"
}
]
}
...
}
Examples of devices with the dishwashing function
- auto
- eco
- express
- glass
- intensive
- pre_rinse
- quiet
fan_speed
Setting the fan speed (such as in an air conditioner, fan, or heater).
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи кондиционеру высокую скорость вентиляции.
Translation: Alice, turn the air conditioning to high.
-
Алиса, включи минимальную скорость вентиляции на кондиционере.
Translation: Alice, turn the air conditioner fan to low.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "fan_speed",
"modes": [
{
"value": "high"
},
{
"value": "medium"
}
]
}
...
}
Examples of devices with the fan_speed function
- auto
- high
- low
- medium
- turbo
heat
Setting the heating mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Valid value: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи минимальный нагрев теплого пола.
Translation: Alice, set the minimum floor heat.
-
Алиса, переключи нагрев теплого пола в режим авто.
Translation: Alice, turn the floor heating to auto.
-
Алиса, включи на котле нагрев в максимальный режим.
Translation: Alice, set the boiler heating to maximum.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "heat",
"modes": [
{
"value": "auto"
},
{
"value": "min"
},
{
"value": "max"
}
]
}
...
}
Examples of devices with the heat function
- auto
- max
- min
- normal
- turbo
input_source
Setting the signal source.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, смени вход телека на второй.
Translation: Alice, change TV input to number two.
-
Алиса, включи первый источник сигнала телевизора.
Translation: Alice, turn on TV input number two.
-
Алиса, включи третий вход на телевизоре.
Translation: Alice, set TV input to three.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "input_source",
"modes": [
{
"value": "one"
},
{
"value": "two"
}
]
}
...
}
Examples of devices with the input_source function
- one
- two
- three
- four
- five
- six
- seven
- eight
- nine
- ten
program
Setting a program on a device.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи программу в первый режим.
Translation: Alice, switch the program to mode one.
-
Алиса, включи десятую рабочую программу.
Translation: Alice, turn on program ten.
-
Алиса, включи авто программу работы на пылесосе.
Translation: Alice, set the automatic vacuum cleaner to the automatic program.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "program",
"modes": [
{
"value": "auto"
},
{
"value": "ten"
}
]
}
...
}
Examples of devices with the program function
- auto
- express
- one
- two
- three
- four
- five
- six
- seven
- eight
- nine
- ten
swing
Setting the air direction on climate control devices.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, поставь направление воздуха в горизонтальный режим.
Translation: Alice, set air flow to horizontal.
-
Алиса, включи обдув в вертикальный режим.
Translation: Alice, set airflow to vertical.
-
Алиса, смени направление воздуха на вертикальное.
Translation: Alice, change the airflow direction to vertical.
-
Алиса, направь струю/поток воздуха из кондиционера горизонтально/вертикально.
Translation: Alice, set the AC airflow/airstream to horizontal/vertical.
-
Алиса, включи вертикальный/горизонтальный поток/обдув на кондиционере.
Translation: Alice, set the AC airflow to vertical/horizontal.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "swing",
"modes": [
{
"value": "vertical"
},
{
"value": "horizontal"
}
]
}
...
}
Examples of devices with the swing function
- auto
- horizontal
- stationary
- vertical
tea_mode
Setting the tea making mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Acceptable values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи приготовление чая в режим улун.
Translation: Alice, set tea making to the oolong mode.
-
Алиса, поставь на чайнике экспресс режим приготовления чая.
Translation: Alice, set the kettle to the express tea making mode.
-
Алиса, сделай черный чай.
Translation: Alice, make black tea.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "tea_mode",
"modes": [
{
"value": "express"
},
{
"value": "black_tea"
},
{
"value": "green_tea"
},
{
"value": "oolong_tea"
}
]
}
...
}
Examples of devices with the tea_mode function
- black_tea
- flower_tea
- green_tea
- herbal_tea
- oolong_tea
- puerh_tea
- red_tea
- white_tea
thermostat
Setting the temperature mode of climate control devices (such as an air conditioner).
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, переведи кондиционер в режим охлаждения.
Translation: Alice, switch the air conditioner to cooling mode.
-
Алиса, включи на кондиционере экорежим.
Translation: Alice, turn the air conditioner to energy saving mode.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "thermostat",
"modes": [
{
"value": "fan_only"
},
{
"value": "heat"
}
]
}
...
}
Examples of devices with the thermostat function
- auto
- cool
- dry
- fan_only
- heat
- preheat
ventilation_mode
Setting the ventilation mode.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, установи максимальный режим вентиляции.
Translation: Alice, set ventilation to maximum.
-
Алиса, включи вентиляцию в приточный режим.
Translation: Alice, set ventilation to supply mode.
-
Алиса, включи вентиляцию на обогрев.
Translation: Alice, set ventilation to heating mode.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "ventilation_mode",
"modes": [
{
"value": "supply_air"
},
{
"value": "extraction_air"
}
]
}
...
}
Examples of devices with the ventilation_mode function
- auto
- supply_air
- extraction_air
work_speed
Setting the speed.
Below is the description of the parameters
object from the Description of capability section.
parameters
object
Parameter |
Type |
Description |
instance |
String |
Function name for this capability. Accepted values: |
modes |
Array of mode objects |
The array of Limitation When resending the |
The mode
object that is a part of the modes
array
Parameter |
Type |
Description |
value |
String |
The value of the function operating mode processed on the provider side. You can find the acceptable values on the List of operating modes. |
-
Алиса, включи скорость работы в режим турбо.
Translation: Alice, set the speed to turbo.
-
Алиса, включи медленную скорость работы.
Translation: Alice, set the speed to slow.
-
Алиса, включи максимальную скорость.
Translation: Alice, set the speed to maximum.
Use this function to describe the features of various devices:
Example of the parameters
object
See the full example in Example of use.
{
...
"parameters": {
"instance": "work_speed",
"modes": [
{
"value": "fast"
},
{
"value": "slow"
}
]
}
...
}
Examples of devices with the fan_speed function
- auto
- fast
- max
- medium
- min
- slow
- turbo
String enclosed in quotation marks, for example: "Hello, world"
.
An array of elements separated by a comma. As array items, you can use standard JSON elements: a string, number, true
, false
, object, or array. Arrays are enclosed in square brackets []
:
"cities": ["Moscow", "Tokyo", "New York"]