Accessing Data Using MQTT
- Last UpdatedApr 07, 2016
- 1 minute read
Once you have the MQTT Data Source object and Group object, you can access data from various MQTT sources that are connected to the internet, for example, connecting to a mosquitto broker.
Payload data is expected to be in string format. If the data is formatted as a JSON key value pair, the values from the JSON string can be extracted as an attribute. See MQTT Topic Names for additional information.