Перейти к содержанию

Навигация

Translations:Rule Examples/60/en: различия между версиями

Нет описания правки
(Новая страница: «defineRule("roller_shutter_down_on" + suffix, { asSoonAs: function() { return dev[relay_down_device][relay_down_control]; }, then: function () { if (relay_down_timer_id) { relay_down_timer_id = clearTimeout(relay_down_timer_id); }; relay_down_timer_id = setTimeout(function() { dev[relay_down_device][relay_down_control] = 0; }, timeout_s * 1000); } });»)
 
 
Строка 9: Строка 9:
        
        
       relay_down_timer_id = setTimeout(function() {
       relay_down_timer_id = setTimeout(function() {
         dev[relay_down_device][relay_down_control] = 0;
         dev["relay_down_device/relay_down_control"] = 0;
       }, timeout_s * 1000);
       }, timeout_s * 1000);
     }
     }
   });
   });
translator, wb_editors
4433

правки