datapoints-export-selector/datapoints-export-selector.model.ts
Represents the data structure, which is used to be transformed into a file (series) or used for a preview (series and measurements).
Properties |
|
| device_name |
device_name:
|
Type : string
|
| fragment_series |
fragment_series:
|
Type : string
|
| source |
source:
|
Type : string | number
|
| time |
time:
|
Type : string | null
|
| Optional |
| unit |
unit:
|
Type : string | null
|
| Optional |
| value |
value:
|
Type : number | null
|
| Optional |
|
Represents the value of a measurement for /measurement data API. |
| value_max |
value_max:
|
Type : number | null
|
| Optional |
|
Represents the value of a measurement for /series data API. Measurement API data does not contain max value. |
| value_min |
value_min:
|
Type : number | null
|
| Optional |
|
Represents the min value of a measurement for /series data API. |