Interfaces
SemanticSeriesPoint
Interface: SemanticSeriesPoint
Defined in: src/lib/semantics/types.ts:55
One measured point. t is the tool's own clock words (an ISO string or an
epoch number — the library never reinterprets it), entity is what was
measured, metric names the measurement, value is the reading.
Properties
entity
readonlyentity:string
Defined in: src/lib/semantics/types.ts:57
metric
readonlymetric:string
Defined in: src/lib/semantics/types.ts:58
t
readonlyt:string|number
Defined in: src/lib/semantics/types.ts:56
value
readonlyvalue:string|number|boolean|null
Defined in: src/lib/semantics/types.ts:59
