--- layout: documentation --- {% include base.html %} # Items Eclipse SmartHome has a strict separation between the physical world (the "things", see below) and the application, which is built around the notion of "items" (also called the virtual layer). Items represent functionality that is used by the application (mainly user interfaces or automation logic). Items have a state and are used through events. The following item types are currently available (alphabetical order):
Itemname | Description | Command Types |
Color | Color information (RGB) | OnOff, IncreaseDecrease, Percent, HSB |
Contact | Item storing status of e.g. door/window contacts | OpenClose |
DateTime | Stores date and time | |
Dimmer | Item carrying a percentage value for dimmers | OnOff, IncreaseDecrease, Percent |
Group | Item to nest other items / collect them in groups | - |
Number | Stores values in number format | Decimal |
Player | Allows to control players (e.g. audio players) | PlayPause, NextPrevious, RewindFastforward |
Rollershutter | Typically used for blinds | UpDown, StopMove, Percent |
String | Stores texts | String |
Switch | Typically used for lights (on/off) | OnOff |