Translations:Rule Examples/210/ru

Материал из Wiren Board
Версия от 20:26, 21 сентября 2022; FuzzyBot (обсуждение | вклад) (Импортирована новая версия из внешнего источника)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

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);
 }

});