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 GenericItemCoreItemFactory.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 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.