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

Материал из Wiren Board
(Новая страница: «then: function (newValue, devName, cellName) { if ( dev.buzzer.enabled) { _buzzer_set_params(); } } });»)
 
(нет различий)

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

Определение сообщения (Rule Examples)
then: function (newValue, devName, cellName) {
   if ( dev.buzzer.enabled) {
       _buzzer_set_params();
   }
  }
});

then: function (newValue, devName, cellName) {

   if ( dev.buzzer.enabled) {
       _buzzer_set_params();
   }
 }

});