lisa-box
Version:
Home automation system L.I.S.A.
37 lines (35 loc) • 978 B
JSON
{
"name": "IR",
"freeStates": {
"SEND_IR_COMMAND": {
"name": "Send IR command",
"sentences": {
"fr": [
"exécute(?: +\\w+){0,2} +commande %device%",
"exécute(?: +\\w+){0,2} +commande %action%(?: +\\w+){0,2} +télécommande %remote%"
],
"en": [
"execute(?: +\\w+){0,2} +command %device%",
"execute(?: +\\w+){0,2} +command %action%(?: +\\w+){0,2} +remote %remote%"
],
"ru": [
"выполнить(?: +\\w+){0,2} +команду %device%",
"выполнить(?: +\\w+){0,2} +команду %action%(?: +\\w+){0,2} +удаленно %remote%"
]
},
"responses": {
"fr": [
"La commande à été envoyée"
],
"en": [
"Command has been sent"
],
"ru": [
"Команда отправлена"
]
}
}
},
"nestedStates": {},
"links": []
}