All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Air conditioner virtual device
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="335:112" name="Conditioner" type="conditioner" vane-ver="0x3"/> // Conditioner virtual device description
   <import-script id="335" CONDID="140" IRID="335:17" path="conditioner-MITS-4.txt"/> // Conditioner control script description
//Description with the help of one tag:
<item IRT="566:64" addr="566:250" name="conditioner" script-id="con" path="scripts/con.txt" type="conditioner"/>
</syntaxhighlight>
 h русский (ru)Виртуальное устройство кондиционера
===Пример описания в XML===
<syntaxhighlight lang="xml" line>
<item addr="335:112" name="Conditioner" type="conditioner" vane-ver="0x3"/> // Описание виртуального устройства кондиционера
     <import-script id="335" CONDID="140" IRID="335:17" path="conditioner-MITS-4.txt"/> // Описание скрипта управления кондиционером
//Описание с помощью одного тега:
<item IRT="566:64" addr="566:250" name="conditioner" script-id="con" path="scripts/con.txt" type="conditioner"/>
</syntaxhighlight>