|
|
|
---
|
|
|
|
title: 'MQTT Topic: frontend_thing_update'
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# `frontend_thing_update`
|
|
|
|
|
|
|
|
|
|
|
|
## Version 5
|
|
|
|
|
|
|
|
```py
|
| ... | ... | @@ -119,10 +107,10 @@ title: 'MQTT Topic: frontend_thing_update' |
|
|
|
```
|
|
|
|
|
|
|
|
#### Annotations
|
|
|
|
[1] _"qaqc"_ is deprecated in favor of a own QC form and own MQTT message that is send there. See also [new QC MQTT message](mqtt-topic-qaqc_settings_update)
|
|
|
|
|
|
|
|
\[1\] _"qaqc"_ is deprecated in favor of a own QC form and own MQTT message that is send there. See also [new QC MQTT message](mqtt-topic-qaqc_settings_update)
|
|
|
|
|
|
|
|
## Version 6
|
|
|
|
## Version 6
|
|
|
|
|
|
|
|
Changes in parsers timestamp columns.
|
|
|
|
|
| ... | ... | @@ -155,14 +143,21 @@ Changes in parsers timestamp columns. |
|
|
|
|
|
|
|
## Version 7
|
|
|
|
|
|
|
|
Changes in parsers: - header and comment not in read_csv anymore
|
|
|
|
- ingest types are `null` at top level if unused
|
|
|
|
- `mqtt_device_type` moved from `thing` to `mqtt`
|
|
|
|
Changes in parsers:
|
|
|
|
|
|
|
|
* header and comment not in read_csv anymore
|
|
|
|
|
|
|
|
|
|
|
|
* ingest types are `null` at top level if unused
|
|
|
|
|
|
|
|
|
|
|
|
- `mqtt_device_type` moved from `thing` to `mqtt`
|
|
|
|
|
|
|
|
```py
|
|
|
|
{
|
|
|
|
"version": 7
|
|
|
|
...
|
|
|
|
"raw_data_storage": <S3> | null
|
|
|
|
"mqtt": <MQTT> | null
|
|
|
|
"external_sftp": <EXT_SFTP> | null
|
|
|
|
"external_api": <EXT_API> | null
|
| ... | ... | @@ -197,6 +192,4 @@ Changes in parsers: - header and comment not in read_csv anymore |
|
|
|
"uri": <string>
|
|
|
|
"mqtt_device_type": <string> | null # moved from thing to mqtt
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |