|
|
|
Mqtt topic `data_parsed`
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
|
|
Message Specification
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Valid formats:
|
|
|
|
|
|
|
|
```py
|
|
|
|
{
|
|
|
|
"thing_uuid": <UUID> # UUID of a thing
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
```py
|
|
|
|
{
|
|
|
|
"project_uuid": <UUID>, # UUID of a project
|
|
|
|
"qc_settings_name": <STRING>, # the name of a QC Settings
|
|
|
|
"start-date": <DT-STRING> # start date of the data to process
|
|
|
|
"end-date": <DT-STRING> # end date of the data to process
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|