//设备属性上报
{
"resource":"device.property",
"event":"report",
"event_time":"20211106T082441Z",
"notify_data":{
"header":{
"app_id":"013098433b154e3da4bcbca343c7e120",
"device_id":"device_100801",
"node_id":"device_100801",
"product_id":"615f8b6f9fff74027ddc16a7",
"gateway_id":"638744875348799488"
},
"body":{
"services":[
{
"service_id":"sensor",
"properties":{
"温度":26,
"湿度":63
},
"event_time":"2021-11-06T08:24:41.474Z"
}
]
}
}
}
//设备状态上报
{
"resource":"device.status",
"event":"update",
"notify_data":{
"app_id":"013098433b154e3da4bcbca343c7e120",
"device_id":"devic_test_2021110901",
"status":"ONLINE",
"timestamp":"20211110T022558Z"
}
}
//有效数据
//+-----------+-----------+----------------------------+-----------------+
//|参数 状态 时间 设备id |
//|设备状态 ONLINE 20211110T022558Z devic_test_2021110901 |
//|温度 26 2021-11-06T08:43:18.807Z device_100801 |
//+-----------+-----------+----------------------------+-----------------+
暂无评论