| ... | ... | @@ -4,6 +4,7 @@ title: 'MQTT Topic: frontend_thing_update' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# `frontend_thing_update`
|
|
|
|
|
|
|
|
|
| ... | ... | @@ -35,18 +36,6 @@ title: 'MQTT Topic: frontend_thing_update' |
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
<PARSER> = {
|
|
|
|
'type': <string>, # e.g CsvParser
|
|
|
|
'name': <string>,
|
|
|
|
'settings': {
|
|
|
|
'delimiter': <string>, # e.g ','
|
|
|
|
'skipfooter': <integer>, # lines to skip at the end of the file
|
|
|
|
'skiprows': <integer>, # lines to skip at the beginning of the file
|
|
|
|
'timestamp_column': <integer>,
|
|
|
|
'timestamp_format': <string>,
|
|
|
|
'pandas_read_csv': <object> | null # a dictionary of kwargs passed to `pandas.read_csv`
|
|
|
|
}
|
|
|
|
|
|
|
|
<PROJECT> = {
|
|
|
|
"name": <string>,
|
|
|
|
"uuid": <string>,
|
| ... | ... | @@ -77,6 +66,18 @@ title: 'MQTT Topic: frontend_thing_update' |
|
|
|
"uri": <string>
|
|
|
|
}
|
|
|
|
|
|
|
|
<PARSER> = {
|
|
|
|
'type': <string>, # e.g CsvParser
|
|
|
|
'name': <string>,
|
|
|
|
'settings': {
|
|
|
|
'delimiter': <string>, # e.g ','
|
|
|
|
'skipfooter': <integer>, # lines to skip at the end of the file
|
|
|
|
'skiprows': <integer>, # lines to skip at the beginning of the file
|
|
|
|
'timestamp_column': <integer>,
|
|
|
|
'timestamp_format': <string>,
|
|
|
|
'pandas_read_csv': <object> | null # a dictionary of kwargs passed to `pandas.read_csv`
|
|
|
|
}
|
|
|
|
|
|
|
|
<QC> = {
|
|
|
|
"version": 1
|
|
|
|
"type": "SaQC" # only the literal SaQC is supported
|
| ... | ... | |
| ... | ... | |