MQTT - Manual - Industrial Edge Platform - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

For MQTT connections, the topic structure is as follows:

  • To send commands, publish messages to: {mqttRoot}/request
  • For receiving application command responses on: {mqttRoot}/response
  • Subscribe to the topic for receiving application feedback: {mqttRoot}/logging

The message content should be formatted in JSON, employing the message field names as property names for each call, as described in the subsequent chapters of this document.