Translations:Rule Examples/82/en

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

then: function (newValue, devName, cellName) {

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

});