Interface elements description.
Example of description in XML:
<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>
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: <VALUE>.png <VALUE>-0.png |
* – required fields