Uses of Class
org.openhab.core.items.GenericItem
Packages that use GenericItem
-
Uses of GenericItem in org.openhab.core.items
Subclasses of GenericItem in org.openhab.core.items -
Uses of GenericItem in org.openhab.core.library
Methods in org.openhab.core.library that return GenericItemModifier and TypeMethodDescription@Nullable GenericItem
CoreItemFactory.createItem
(@Nullable String itemTypeName, String itemName) -
Uses of GenericItem in org.openhab.core.library.items
Subclasses of GenericItem in org.openhab.core.library.itemsModifier and TypeClassDescriptionclass
This item identifies a telephone call by its origin and destination.class
A ColorItem can be used for color values, e.g.class
A ContactItem can be used for sensors that return an "open" or "close" as a state.class
A DateTimeItem stores a timestamp including a valid time zone.class
A DimmerItem can be used as a switch (ON/OFF), but it also accepts percent values to reflect the dimmed state.class
An ImageItem holds the binary image data as its status.class
A LocationItem can be used to store GPS related informations, addresses...class
A NumberItem has a decimal value and is usually used for all kinds of sensors, like temperature, brightness, wind, etc.class
AnPlayerItem
allows to control a player, e.g.class
A RollershutterItem allows the control of roller shutters, i.e.class
A StringItem can be used for any kind of string to either send or receive from a device.class
A SwitchItem represents a normal switch that can be ON or OFF.