![King Pigeon IoT Series User Manual Download Page 34](http://html.mh-extra.com/html/king-pigeon/iot-series/iot-series_user-manual_1969971034.webp)
GSM/GPRS/3G/4G/NB-IoT
Sensor To Cloud IoT Series
Page 34 of 37
King Pigeon Hi-Tech. Co., Ltd
Ver 1.1
]
}
10.2.4. MQTT data format published by AIN types
Device publish topic: device serial number (data filled out in the ‘Login Message’ for the ‘Network
Settings’ on the configuration software)
{
"sensorDatas":
[
{
"addTime":"2019-01-02 12:34:56",
// timestamp
"value":"12.3",
// numerical type data
"flag":"AI1"
// AIN identification
}
]
}
10.2.5. MQTT data format published by DS18B20 types
Device publish topic: device serial number (data filled out in the ‘Login Message’ for the ‘Network
Settings’ on the configuration software)
{
"sensorDatas":
[
{
"addTime":"2019-01-02 12:34:56",
// timestamp
"value":"12.3",
// numerical type data
"flag":"T1"
// temperature identification
}
]
}
10.2.6. MQTT data format published by AM2301 types
Device publish topic: device serial number (data filled out in the ‘Login Message’ for the ‘Network
Settings’ on the configuration software)
{
"sensorDatas":