switch_light_bathroom
|
callMethod("XiRelay11.switch");
say('Переключаю свет в ванне',2);
|
switch_light_bedroom
|
callMethod("XiRelay09.switch");
say('Переключаю свет в спальне',2);
|
switch_light_hall
|
callMethod("XiRelay08.switch");
say('Переключаю свет в коридоре',2);
|
switch_light_kitchen
|
callMethod("XiRelay10.switch");
say('Переключаю свет на кухне ',2);
|
switch_light_toilet
|
callMethod("XiRelay12.switch");
say('Переключаю свет в туалете',2);
|
turn_off_all_lights
|
callMethod("XiRelay11.turnOff");
callMethod("XiRelay12.turnOff");
callMethod("XiRelay10.turnOff");
callMethod("XiRelay09.turnOff");
callMethod("XiRelay08.turnOff");
callMethod("XiRelay05.turnOff");
callMethod("XiRelay06.turnOff");
callMethod("miioRelay13.turnOff");
say('Выключаю свет во всей квартире', 2);
|
turn_off_light_in_the_bathroom
|
callMethod("XiRelay11.turnOff");
say('Выключаю свет в ванной', 2);
|
turn_off_light_in_the_bathroom_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_bathroom_after'.$timer;
setTimeOut($s, " runScript('turn_off_light_in_the_bathroom', array());", (int)($timer*60));
Say("Установлен таймер на выключение света в ванной через ".$timer." минут",2);
|
turn_off_light_in_the_bedroom
|
callMethod("XiRelay09.turnOff");
say('Выключаю свет в спальне', 2);
|
turn_off_light_in_the_bedroom_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_bedroom_after'.$timer;
setTimeOut($s, " runScript('turn_off_light_in_the_bedroom', array());", (int)($timer*60));
Say("Установлен таймер на выключение света в спальне через ".$timer." минут",2);
|
turn_off_light_in_the_hall
|
callMethod("XiRelay08.turnOff");
say('Выключаю свет в коридоре', 2);
|
turn_off_light_in_the_hall_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_hall_after'.$timer;
setTimeOut($s, " runScript('turn_off_light_in_the_hall', array());", (int)($timer*60));
Say("Установлен таймер на выключение света в коридоре через ".$timer." минут",2);
|
turn_off_light_in_the_kitchen
|
callMethod("XiRelay10.turnOff");
say('Выключаю свет на кухне', 2);
|
turn_off_light_in_the_kitchen_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_kitchen_after'.$timer;
setTimeOut($s, " runScript('turn_off_light_in_the_kitchen', array());", (int)($timer*60));
Say("Установлен таймер на выключение света на кухне через ".$timer." минут",2);
|
turn_off_light_in_the_living_room
|
callMethod("XiRelay06.turnOff");
callMethod("XiRelay05.turnOff");
say('Выключаю свет в зале', 2);
|
turn_off_light_in_the_living_room_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_living_room_after'.$timer;
setTimeOut('', " runScript('turn_off_light_in_the_living_room', array());", (int)($timer*60));
Say("Установлен таймер на выключение света в зале через ".$timer." минут",2);
|
turn_off_light_in_the_toilet
|
callMethod("XiRelay12.turnOff");
say('Выключаю свет в туалете', 2);
|
turn_off_light_in_the_toilet_after
|
$timer = $params['timeout'];
$s ='turn_off_light_in_the_toilet_after'.$timer;
setTimeOut($s, " runScript('turn_off_light_in_the_toilet', array());", (int)($timer*60));
Say("Установлен таймер на выключение света в туалете через ".$timer." минут",2);
|
turn_off_the_desk_lamp
|
callMethod("miioRelay13.turnOff");
say('Выключаю настольную лампу', 2);
|
turn_off_the_desk_lamp_after
|
$timer = $params['timeout'];
$s ='turn_off_desk_lamp_after'.$timer;
setTimeOut($s, " runScript('turn_off_the_desk_lamp', array());", (int)($timer*60));
Say("Установлен таймер на выключение настольной лампы через ".$timer." минут",2);
|
turn_on_all_lights
|
callMethod("XiRelay11.turnOn");
callMethod("XiRelay12.turnOn");
callMethod("XiRelay10.turnOn");
callMethod("XiRelay09.turnOn");
callMethod("XiRelay08.turnOn");
callMethod("XiRelay05.turnOn");
callMethod("XiRelay06.turnOn");
callMethod("miioRelay13.turnOn");
say('Включаю свет во всей квартире', 2);
|
turn_on_light_in_the_bathroom
|
callMethod("XiRelay11.turnOn");
say('Включаю свет в ванной', 2);
|
turn_on_light_in_the_bathroom_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_bathroom_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_bathroom', array());", (int)($timer*60));
Say("Установлен таймер на включение света в ванной через ".$timer." минут",2);
|
turn_on_light_in_the_bedroom
|
callMethod("XiRelay09.turnOn");
say('Включаю свет в спальне', 2);
|
turn_on_light_in_the_bedroom_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_bedroom_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_bedroom', array());", (int)($timer*60));
Say("Установлен таймер на включение света в спальне через ".$timer." минут",2);
|
turn_on_light_in_the_hall
|
callMethod("XiRelay08.turnOn");
say('Включаю свет в коридоре', 2);
|
turn_on_light_in_the_hall_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_hall_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_hall', array());", (int)($timer*60));
Say("Установлен таймер на включение света в коридоре через ".$timer." минут",2);
|
turn_on_light_in_the_kitchen
|
callMethod("XiRelay10.turnOn");
say('Включаю свет на кухне', 2);
|
turn_on_light_in_the_kitchen_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_kitchen_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_kitchen', array());", (int)($timer*60));
Say("Установлен таймер на включение света на кухне через ".$timer." минут",2);
|
turn_on_light_in_the_living_room
|
callMethod("XiRelay05.turnOn");
callMethod("XiRelay06.turnOn");
say('Включаю свет в зале', 2);
|
turn_on_light_in_the_living_room_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_living_room_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_living_room', array());", (int)($timer*60));
Say("Установлен таймер на включение света в зале через ".$timer." минут",2);
|
turn_on_light_in_the_toilet
|
callMethod("XiRelay12.turnOn");
say('Включаю свет в туалете', 2);
|
turn_on_light_in_the_toilet_after
|
$timer = $params['timeout'];
$s ='turn_on_light_in_the_toilet_after'.$timer;
setTimeOut($s, " runScript('turn_on_light_in_the_toilet', array());", (int)($timer*60));
Say("Установлен таймер на включение света в туалете через ".$timer." минут",2);
|
turn_on_the_desk_lamp
|
callMethod("miioRelay13.turnOn");
say('Включаю настольную лампу', 2);
|
turn_on_the_desk_lamp_after
|
$timer = $params['timeout'];
$s ='turn_on_desk_lamp_after'.$timer;
setTimeOut($s, " runScript('turn_on_the_desk_lamp', array());", (int)($timer*60));
Say("Установлен таймер на включение настольной лампы через ".$timer." минут",2);
|
Radio
|
sg("RadioSetting.PlayTerminal","Google_home");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
Say("Включаю радио на ".$Station,2);
|
Radio_all
|
sg("RadioSetting.PlayTerminal","Google_home");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
sg("RadioSetting.PlayTerminal","Google_home_bedroom");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
sg("RadioSetting.PlayTerminal","Google_home_kitchen");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
Say("Включаю все радио на ".$Station,2);
|
Radio_bedroom
|
sg("RadioSetting.PlayTerminal","Google_home_bedroom");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
Say("Включаю радио на ".$Station,2);
|
Radio_kitchen
|
sg("RadioSetting.PlayTerminal","Google_home_kitchen");
$Station = $params['Radio_Station'];
cm('RadioSetting.Control', array('sta:'.$Station, 'cmd'=>'play'));
Say("Включаю радио на ".$Station,2);
|
Radio_stop
|
sg("RadioSetting.PlayTerminal","Google_home_bedroom");
cm('RadioSetting.Control', array('cmd'=>'stop'));
sg("RadioSetting.PlayTerminal","Google_home");
cm('RadioSetting.Control', array('cmd'=>'stop'));
sg("RadioSetting.PlayTerminal","Google_home_kitchen");
cm('RadioSetting.Control', array('cmd'=>'stop'));
Say("Выключаю радио",2);
|
reload_gateway
|
say('Шлюз офлайн. Перезагрузка', 2);
callMethod("miioRelay07.turnOff");
setTimeOut('reload', ' callMethod("miioRelay07.turnOn"); say("Шлюз перезагружен", 2);', (int)('5'));
|
switch_socket_one
|
callMethod("XiRelay04.switch");
say('Переключаю розетку 1', 2);
|
switch_socket_two
|
callMethod("miioRelay07.switch");
say('Переключаю розетку 2', 2);
|
turn_off_socket_in_the_living_room_after
|
$timer = $params['timeout'];
$s ='turn_off_socket_in_the_living_room_after'.$timer;
setTimeOut($s , " callMethod(\"XiRelay04.turnOff\");", (int)($timer*60));
|
turn_off_socket_one
|
callMethod("XiRelay04.turnOff");
say('Выключаю розетку 1', 2);
|
turn_off_socket_one_after
|
$timer = $params['timeout'];
$s ='turn_off_socket_one_after'.$timer;
setTimeOut($s, ' runScript(\'turn_off_socket_one\', array());', (int)($timer*60));
Say("Установлен таймер на выключение розетки 1 через".$timer." минут",2);
|
turn_off_socket_two
|
callMethod("miioRelay07.turnOff");
say('Выключаю розетку 2', 2);
|
turn_off_socket_two_after
|
$timer = $params['timeout'];
$s ='turn_off_socket_two_after'.$timer;
setTimeOut($s, ' runScript(\'turn_off_socket_two\', array());', (int)($timer*60));
Say("Установлен таймер на выключение розетки 2 через".$timer." минут",2);
|
turn_on_socket_in_the_living_room_after
|
$timer = $params['timeout'];
$s ='turn_on_socket_in_the_living_room_after'.$timer;
setTimeOut($s , " callMethod(\"XiRelay04.turnOn\");", (int)($timer*60));
|
turn_on_socket_one
|
callMethod("XiRelay04.turnOn");
say('Включаю розетку 1', 2);
|
turn_on_socket_one_after
|
$timer = $params['timeout'];
$s ='turn_on_socket_one_after'.$timer;
setTimeOut($s, ' runScript(\'turn_on_socket_one\', array());', (int)($timer*60));
Say("Установлен таймер на включение розетки 1 через ".$timer." минут",2);
|
turn_on_socket_two
|
callMethod("miioRelay07.turnOn");
say('Включаю розетку 2', 2);
|
turn_on_socket_two_after
|
$timer = $params['timeout'];
$s ='turn_on_socket_two_after'.$timer;
setTimeOut($s, ' runScript(\'turn_on_socket_two\', array());', (int)($timer*60));
Say("Установлен таймер на включение розетки 2 через ".$timer." минут",2);
|