(start|play) music
Код
runScript('playFavoriteMusic');
|
report system state
|
Включение вентиляции в туалете
|
Включи
Код
sayReply('что включить?');
|
Кондиционер включение
Шаблон: (кондиционер|кондёр|сплит|кондер)
Код
sayReply(getRandomLine("turn on air conditioner"),2);
brLinkCommand("TurnOnairconditionerLG");
|
Вентиляцию включение
Шаблон: (вентиляцию|вытяжку)
Код
sayReply("Где именно?",2);
|
В ванной
Код
sayReply(getRandomLine("turn on the ventilation in the bathroom"),2);
sg('XiRelay10.status', 1);
|
В туалете
Код
sayReply(getRandomLine("turn on the ventilation in the toilet"),2);
sg('XiRelay09.status', 1);
|
|
Воду включение
Код
sayReply(getRandomLine("turn on water"),2);
sg('XiRelay15.status', 0);
sg('XiRelay14.status', 1);
|
Мажордом
Шаблон: (мажордом|сервер|дом|квартиру)
Код
sayReply('Включаю', 2);
runScript("HdmiToshibakitchen");
runScript("UpToshibakitchen");
runScript("UpToshibakitchen");
runScript("UpToshibakitchen");
runScript("OkToshibakitchen");
|
Свет включение
Шаблон: ((с|ц)вет|освещение)
Код
sayReply("Где именно?",2);
|
В ванной
Код
sayReply(getRandomLine("turning on the light in the bathroom"),2);
sg('XiRelay03.status', 1);
|
В туалете
Код
sayReply(getRandomLine("the inclusion on light in the toilet"),2);
sg('XiRelay02.status', 1);
|
В зале
Код
sayReply(getRandomLine("turning on the light in the living room"),2);
sg('XiRelay04.status', 1);
sg('XiRelay05.status', 1);
|
В прихожей
Код
sayReply(getRandomLine("the inclusion on light in the hallway"),2);
sg('XiRelay07.status', 1);
sg('XiRelay08.status', 1);
|
В спальне
Код
sayReply(getRandomLine("turning on the light in the bedroom"),2);
sg('XiRelay01.status', 1);
|
Везде
Шаблон: (всё|весь|везде|всюду|полностью)
Код
sayReply(getRandomLine("turn on the light everywhere"),2);
sg('XiRelay01.status', 1);
sg('XiRelay02.status', 1);
sg('XiRelay03.status', 1);
sg('XiRelay04.status', 1);
sg('XiRelay05.status', 1);
sg('XiRelay06.status', 1);
sg('XiRelay07.status', 1);
sg('XiRelay08.status', 1);
|
На кухне
Код
sayReply("Включаю",2);
//sayReply(getRandomLine("turning on the light in the kitchen"),2);
sg('XiRelay06.status', 1);
|
|
Телевизор включение
Шаблон: (телевизор|телик|зомбоящик|TV|ти ви)
|
В зале
Код
sayReply('включаю телевизор в зале', 2);
runScript("OnOffTVPHILIPS");
|
На кухне
Код
sayReply('Включаю', 2);
runScript("OnOffToshibakitchen");
|
|
|
Выключение вентиляции в туалете
|
Выключи
|
Вентилюцию выключение
Шаблон: (вентиляцию|вытяжку)
Код
sayReply("Где именно?",2);
|
В ванной
Код
sayReply(getRandomLine("turn off the ventilation in the bathroom"),2);
sg('XiRelay10.status', 0);
|
В туалете
Код
sayReply("Выключаю вентиляцию в туалете",2);
sg('XiRelay09.status', 0);
|
|
Воду выключение
Код
sayReply(getRandomLine("turn off the water"),2);
sg('XiRelay14.status', 0);
sg('XiRelay15.status', 1);
|
Кондиционер выключение
Шаблон: (кондиционер|кондёр|сплит|кондер)
Код
sayReply(getRandomLine("turn off air conditioner"),2);
brLinkCommand("TurnOffairconditionerLG");
|
Отправка приставки в ожидание
Код
sayReply('Перевожу приставку в ожидание', 2);
runScript("HomeX96kitchen");
|
Свет выключение
Шаблон: ((с|ц)вет|освещение)
Код
|
В ванной
Код
sayReply(getRandomLine("turning off the light in the bathroom"),2);
sg('XiRelay03.status', 0);
|
В зале
Код
sayReply(getRandomLine("turning off the light in the living room"),2);
sg('XiRelay04.status', 0);
sg('XiRelay05.status', 0);
|
В прихожей
Код
sayReply(getRandomLine("the inclusion on light in the hallway"),2);
sg('XiRelay07.status', 0);
sg('XiRelay08.status', 0);
|
В спальне
Код
sayReply(getRandomLine("turning off the light in the bedroom"),2);
sg('XiRelay01.status', 0);
|
В туалете
Код
sayReply(getRandomLine("the inclusion off light in the toilet"),2);
sg('XiRelay02.status', 0);
|
Везде
Шаблон: (всё|весь|везде|всюду|полностью)
Код
sayReply(getRandomLine("turn off the light everywhere"),2);
sg('XiRelay01.status', 0);
sg('XiRelay02.status', 0);
sg('XiRelay03.status', 0);
sg('XiRelay04.status', 0);
sg('XiRelay05.status', 0);
sg('XiRelay06.status', 0);
sg('XiRelay07.status', 0);
sg('XiRelay08.status', 0);
|
На кухне
Код
sayReply(getRandomLine("turning off the light in the kitchen"),2);
sg('XiRelay06.status', 0);
|
|
Телевизор выключение
Шаблон: (телевизор|телик|зомбоящик|тв|TV|ти ви)
Код
sayReply("Где именно?",1);
|
В зале
Код
sayReply('выключаю телевизор в зале', 2);
runScript("OnOffTVPHILIPS");
|
На кухне
Код
say('Выключаю', 2);
runScript("OnOffToshibakitchen");
|
|
|
выключить всё
|
Перезагрузка системмы
Шаблон: перезагруз(.*)|систем(.*)
Код
runScript("rebootSystem");
|