Point interface
An interface representing Point.
Properties
timestamp | Timestamp of a data point (ISO8601 format). |
value | The measurement of that point, should be float. |
Property Details
timestamp
Timestamp of a data point (ISO8601 format).
timestamp: Date
Property Value
Date
value
The measurement of that point, should be float.
value: number
Property Value
number