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

Материал из Wiren Board
(Новая страница: «relay_up_timer_id = setTimeout(function() { return dev[relay_up_device][relay_up_control] = 0; }, timeout_s * 1000); } });»)
 
 
Строка 1: Строка 1:
relay_up_timer_id = setTimeout(function() {
relay_up_timer_id = setTimeout(function() {
         return dev[relay_up_device][relay_up_control] = 0;
         return dev["relay_up_device/relay_up_control"] = 0;
       }, timeout_s * 1000);
       }, timeout_s * 1000);
     }
     }
   });
   });

Текущая версия на 21:55, 21 сентября 2022

Определение сообщения (Rule Examples)
relay_up_timer_id = setTimeout(function() {
       return dev["relay_up_device/relay_up_control"] = 0;
     }, timeout_s * 1000);
   }
  });

relay_up_timer_id = setTimeout(function() {

       return dev["relay_up_device/relay_up_control"] = 0;
     }, timeout_s * 1000);
   }
 });