Difference between revisions of "Item"
Jump to navigation
Jump to search
(Created page with "==Generic description of tag item== Interface elements description. Example of description in XML: <syntaxhighlight lang="xml" line> <item addr="100:10" name=" chandelier" typ...") |
|||
| Line 1: | Line 1: | ||
==Generic description of tag item== | ==Generic description of tag item== | ||
Interface elements description. | Interface elements description. | ||
| − | Example of description in XML | + | ===Example of description in XML=== |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan"> | <item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan"> | ||
| Line 8: | Line 8: | ||
</item> | </item> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | Parameters | + | ===Parameters=== |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 36: | Line 36: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
| − | * – required fields | + | <nowiki>*</nowiki> – required fields |
Revision as of 07:46, 19 August 2021
Generic description of tag item
Interface elements description.
Example of description in XML
1<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
2 <linked addr="101:1"/> // is bound to the button with the address 101:1
3<automation ……./> // set the automation for this element
4</item>
Parameters
| Name | type and variety | description | default value |
|---|---|---|---|
| name* | string | Device name in the control interface | - |
| addr* | ID:SID ID: 1..2048 SID: 1..255 |
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 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: 1<VALUE>.png
2<VALUE>-0.png
|
* – required fields