Translations:Rule Examples/46/en

Материал из Wiren Board

motion_timer_id = setTimeout(function() {

                 dev["wb-gpio/relay_control"] = false;
                 motion_timer_id = null;
             }, timeout_ms);
         }
     }
 });

}