Все переводы

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

Сообщение

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

СообщениеТекущий текст
 ист. английский (en)<syntaxhighlight lang="ecmascript">
defineVirtualDevice("rs485_cmd", {
   title: "Send custom command to RS-485 port",
   cells: {
enabled: {
    type: "switch",
    value: false
},
   }
});
</syntaxhighlight>
 ист. русский (ru)<syntaxhighlight lang="ecmascript">
defineVirtualDevice("rs485_cmd", {
   title: "Send custom command to RS-485 port",
   cells: {
enabled: {
    type: "switch",
    value: false
},
   }
});
</syntaxhighlight>