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 ActiveItem
    Modifier and Type
    Class
    Description
    class 
    The 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 ActiveItem
    Modifier and Type
    Class
    Description
    class 
    This item identifies a telephone call by its origin and destination.
    class 
    A ColorItem can be used for color values, e.g. for LED lights
    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 
    An PlayerItem allows to control a player, e.g. an audio player.
    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.