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

Материал из Wiren Board
(Новая страница: «defineRule({ whenChanged: "wb-mcm8_20/Input 1 Long Press Counter", then: function (newValue, devName, cellName) { // Start a timer that will increase the value of the control startTicker("input1_long_press", 75); } });»)
 
(нет различий)

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

Определение сообщения (Rule Examples)
defineRule({
  whenChanged: "wb-mcm8_20/Input 1 Long Press Counter",
  then: function (newValue, devName, cellName) {
   // Start a timer that will increase the value of the control
   startTicker("input1_long_press", 75);
  }
});

defineRule({

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

});