34 lines
No EOL
510 B
TOML
34 lines
No EOL
510 B
TOML
[[commands]]
|
|
id = "weather"
|
|
type = "lua"
|
|
script = "script.lua"
|
|
timeout = 5000
|
|
sandbox = "standard"
|
|
|
|
[commands.phrases]
|
|
ru = [
|
|
"какая погода",
|
|
"погода"
|
|
]
|
|
en = [
|
|
"what's the weather",
|
|
"weather"
|
|
]
|
|
|
|
[commands.sounds]
|
|
ru = ["weather_ru_1", "weather_ru_2"]
|
|
en = ["weather_en_1", "weather_en_2"]
|
|
|
|
|
|
|
|
[[commands]]
|
|
id = "set_city"
|
|
type = "lua"
|
|
script = "set_city.lua"
|
|
sandbox = "standard"
|
|
timeout = 5000
|
|
phrases = [
|
|
"установи город",
|
|
"set city",
|
|
"change city",
|
|
] |