Item

From Larnitech wiki page
Jump to navigation Jump to search
Other languages:
English • ‎русский

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