SignalHistoryDataPoint interface

A data point in the signal time series

Properties

additionalContext

Additional context as provided by the submitter

healthState

Health state at this point in time

occurredAt

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