HistoricItem

items. HistoricItem

Class representing an openHAB HistoricItem

Members

numericState :number|null

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

Source:

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

Type:
  • number | null

quantityState :Quantity|null

Description:
  • Item state as Quantity or null if state is not Quantity-compatible or Quantity would be unit-less (without unit)

Source:

Item state as Quantity or null if state is not Quantity-compatible or Quantity would be unit-less (without unit)

Type:

rawState :HostState

Description:
  • Raw Java Item state

Source:

Raw Java Item state

Type:
  • HostState

state :string

Description:
  • String representation of the Item state.

Source:

String representation of the Item state.

Type:
  • string

timestamp :time.ZonedDateTime

Description:
  • Timestamp of persisted Item.

Source:

Timestamp of persisted Item.

Type: