SignalHistoryDataPoint interface
A data point in the signal time series
Properties
| additional |
Additional context as provided by the submitter |
| health |
Health state at this point in time |
| occurred |
Timestamp of the data point |
| value | Signal value at this point in time |
Property Details
additionalContext
Additional context as provided by the submitter
additionalContext?: string
Property Value
string
healthState
Health state at this point in time
healthState: string
Property Value
string
occurredAt
Timestamp of the data point
occurredAt: Date
Property Value
Date
value
Signal value at this point in time
value?: number
Property Value
number