Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

Example of a Data Message

Below is an example of a JSON document in the payload of a data message published to the "AirInfo" Persistence Topic. Because of the previously sent configuration message above, this data message causes c-tree to insert a record into the "AirInfo" table.

{

"sensorID": "sensor1135",

"temperature": 72.331245,

"humidity": 43.11240455,

"pressure": 63,

"quality": 1224588654468515568,

"correction": 0.00021335,

"group": 221,

"lastAlertDate": "20190711",

"lastAlertTime": "01:14 pm",

"image1": [1,2,99,100,255]

}

TOCIndex