Difference between revisions of "Mqtt"
From AMTech WikiDocs
(Created page with "'''Topic Structure''' * System topic in the form of prefix/tenant * User-defined topic in the form of tenant/obsType/customPath * Tenant and observation type explicitly requir...") |
|||
Line 3: | Line 3: | ||
* User-defined topic in the form of tenant/obsType/customPath | * User-defined topic in the form of tenant/obsType/customPath | ||
* Tenant and observation type explicitly required in all topic | * Tenant and observation type explicitly required in all topic | ||
+ | * Topics created as activityCreator are only for configuration purposes | ||
+ | ** They are used in reasoners configuration inside activity | ||
+ | ** They do not include tenant in their name (creator topics in the form of /amtech/things/eventsources/<topic>/<levels>) |
Revision as of 10:19, 3 July 2020
Topic Structure
- System topic in the form of prefix/tenant
- User-defined topic in the form of tenant/obsType/customPath
- Tenant and observation type explicitly required in all topic
- Topics created as activityCreator are only for configuration purposes
- They are used in reasoners configuration inside activity
- They do not include tenant in their name (creator topics in the form of /amtech/things/eventsources/<topic>/<levels>)