Все переводы

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)defineRule("acVegOff", {
   when: function() {
     return vegetablesTemperature < 17.8
   },
   then: function (newValue, devName, cellName) {
     log("acVegOff  newValue={}, devName={}, cellName={}", newValue, devName, cellName);
     dev["wb-mir_76/Play from ROM2"] = true; // turn off
   }
  });
})()
</syntaxhighlight>
== Полезные ссылки ==
* [[Wb-rules | Brief description of wb-rules on wiki]]
* [https://github.com/wirenboard/wb-rules Full description of wb-rules on Github]
 ист. русский (ru)defineRule("acVegOff", {
   when: function() {
     return vegetablesTemperature < 17.8
   },
   then: function (newValue, devName, cellName) {
     log("acVegOff  newValue={}, devName={}, cellName={}", newValue, devName, cellName);
     dev["wb-mir_76/Play from ROM2"] = true; // выключить
   }
  });
})()
</syntaxhighlight>
== Полезные ссылки ==
* [[Wb-rules | Краткое описание wb-rules на wiki]]
* [https://github.com/wirenboard/wb-rules Полное описание wb-rules на Github]