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
ornull
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:
- Quantity | null
state :string
- Description:
String representation of the Item state.
- Source:
String representation of the Item state.
Type:
- string