SignalStatus interface
Status of a signal
Properties
| error | Error message if the signal status cannot be retrieved |
| health |
Health state of this signal |
| reported |
Timestamp when the value was reported |
| value | Reported value of the signal |
Property Details
error
Error message if the signal status cannot be retrieved
error?: string
Property Value
string
healthState
Health state of this signal
healthState?: string
Property Value
string
reportedAt
Timestamp when the value was reported
reportedAt?: Date
Property Value
Date
value
Reported value of the signal
value?: number
Property Value
number