Translations:Rule Examples/129/en

Версия от 20:56, 21 сентября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «<syntaxhighlight lang="ecmascript"> defineVirtualDevice("rs485_cmd", { title: "Send custom command to RS-485 port", cells: { enabled: { type: "switch", value: false }, } });»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

<syntaxhighlight lang="ecmascript"> defineVirtualDevice("rs485_cmd", {

   title: "Send custom command to RS-485 port",
   cells: {

enabled: { type: "switch", value: false },

   }

});