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)==Generic description of tag item==
Interface elements description.
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
   <linked addr="101:1"/>  // is bound to the button with the address 101:1
<automation ……./>  // set the automation for this element
</item>
</syntaxhighlight>
===Parameters===
{|class="wikitable"
|-
!Name!!type and variety!!description!!default value
|-
|name*||string||Device name in the control interface||-
|-
|addr*||ID:SID<br>ID: 1..2048<br>SID: 1..255<br>||ID:SID of the device where this element is located physically||-
|-
|type*||Enum||type of element||-
|-
|auto-period||number 0..65000||time in seconds during which the automation is disabled when the status is changed manually.||600
|-
|system||yes||Visibility criterion in the interface<br>yes – do not display||-
|-
|virtual||yes||Sets a virtual item||-
|-
|area-state||yes||connecting system elements to the area-state||-
|-
|sub-type||enum||subtype||-
|-
|image||VALUE||Name of the alternative image for displaying the element in the interface
The following files are to be in ZIP-file of interface in png/devs/ folder:
<syntaxhighlight lang="xml" line>
<VALUE>.png
<VALUE>-0.png
</syntaxhighlight>
|}
<nowiki>*</nowiki> – required fields
 h русский (ru)==Общее описание элемента тега==
Описание элементов интерфейса.
===Пример описания в XML===
<syntaxhighlight lang="xml" line>
<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
   <linked addr="101:1"/>  // привязывается к кнопке с адресом 101:1
<automation ……./>  // устанавливаем автоматизацию для этого элемента
</item>
</syntaxhighlight>
===Параметры===
{|class="wikitable"
|-
!Название!!Тип и диапазон!!Описание!!Значение по умолчанию
|-
|name*||строка||Имя устройства в интерфейсе управления||-
|-
|addr*||ID:SID<br>ID: 1..2048<br>SID: 1..255<br>||ID:SID устройства, на котором физически расположен этот элемент||-
|-
|type*||Перечисление||тип элемента||-
|-
|auto-period||число 0..65000||время в секундах, в течение которого автоматика отключается при изменении статуса вручную||600
|-
|system||да||Критерий видимости в интерфейсе<br>да – не отображать||-
|-
|virtual||да||Устанавливает виртуальный элемент||-
|-
|area-state||да||подключение элементов системы к состоянию области||-
|-
|sub-type||перечисление||подтип||-
|-
|image||ЗНАЧЕНИЕ||Имя альтернативного изображения для отображения элемента в интерфейсе
В ZIP-файле интерфейса в папке png/devs/ должны находиться следующие файлы:
<syntaxhighlight lang="xml" line>
<VALUE>.png
<VALUE>-0.png
</syntaxhighlight>
|}
<nowiki>*</nowiki> – обязательные поля