PersistedState

items. PersistedState

Class representing an instance of org.openhab.core.types.State.

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:

state :string

Description:
  • String representation of the Item state.

Source:

String representation of the Item state.

Type:
  • string