Translations:Rule Examples/210/en

Материал из Wiren Board
Версия от 20:44, 21 сентября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «defineRule({ whenChanged: "wb-mcm8_20/Input 1 Shortlong Press Counter", then: function (newValue, devName, cellName) { // Start a timer that will decrease the value of the control startTicker("input1_shortlong_press", 75); } });»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

defineRule({

 whenChanged: "wb-mcm8_20/Input 1 Shortlong Press Counter",
 then: function (newValue, devName, cellName) {
   // Start a timer that will decrease the value of the control
   startTicker("input1_shortlong_press", 75);
 }

});