HistoricItem

items. HistoricItem

Class representing an openHAB HistoricItem

Members

rawState :HostState

Source:

Raw Java Item state

Type:
  • HostState

state :string

Source:

Item state

Type:
  • string

numericState :number|null

Source:

Numeric representation of Item state, or null if state is not numeric

Type:
  • number | null

quantityState :Quantity|null

Source:

Item state as Quantity or null if state is not Quantity-compatible

Type:

timestamp :time.ZonedDateTime

Source:

timestamp of persisted Item

Type: