| ... | ... | @@ -5,6 +5,7 @@ title: MQTT Message specification |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Mqtt message spezification
|
|
|
|
|
|
|
|
Time.io uses different topics and messages to communicate between services. Here we try to specify and document the topics in use
|
| ... | ... | @@ -16,3 +17,4 @@ Time.io uses different topics and messages to communicate between services. Here |
|
|
|
* [configdb_update](mqtt-topic-configdb_update): send to inform that an update in the configDB occurred
|
|
|
|
* [data_parsed](mqtt-topic-data_parsed): send if data was parsed successfully
|
|
|
|
* [qaqc_done](mqtt-topic-qaqc_done): send if QC run successfully on data
|
|
|
|
* [run_ext_api](mqtt-topic-run_ext_api): send to trigger external api script run |