Uses of Interface
org.openhab.core.items.ActiveItem
Packages that use ActiveItem
-
Uses of ActiveItem in org.openhab.core.items
Classes in org.openhab.core.items that implement ActiveItemModifier and TypeClassDescriptionclassThe abstract base class for all items.class -
Uses of ActiveItem in org.openhab.core.library.items
Classes in org.openhab.core.library.items that implement ActiveItemModifier and TypeClassDescriptionclassThis item identifies a telephone call by its origin and destination.classA ColorItem can be used for color values, e.g.classA ContactItem can be used for sensors that return an "open" or "close" as a state.classA DateTimeItem stores a timestamp including a valid time zone.classA DimmerItem can be used as a switch (ON/OFF), but it also accepts percent values to reflect the dimmed state.classAn ImageItem holds the binary image data as its status.classA LocationItem can be used to store GPS related informations, addresses...classA NumberItem has a decimal value and is usually used for all kinds of sensors, like temperature, brightness, wind, etc.classAnPlayerItemallows to control a player, e.g.classA RollershutterItem allows the control of roller shutters, i.e.classA StringItem can be used for any kind of string to either send or receive from a device.classA SwitchItem represents a normal switch that can be ON or OFF.