POST {CmEnvironDetectorURL}
智能家居-环境检测仪消息回调 当中控机的某个环境检测仪设备上报数据后,将请求到开发者配置的回调地址
请求信息
URI参数
无
Body参数
CmEnvironDetectorNotify字段名称 | 描述 | 类型 | 约束 |
---|---|---|---|
applicationId |
关联的应用Id |
string | |
num |
中控机设备机身号 |
string | |
subId |
中控机的设备id |
string | |
subType |
中控机的设备类型(58) |
integer | |
temperature |
温度 单位 ℃ |
integer | |
humidity |
湿度 单位% |
integer |
范围 [0, 100] |
formaldehyde |
甲醛 mg/m3 浮点(两位小数) |
decimal number | |
pM25 |
PM2.5 单位μg/m3 |
integer | |
tvoC |
TVOC mg/m3 浮点(两位小数) |
decimal number | |
createTime |
上报时间 |
date |
请求格式
application/x-www-form-urlencoded
例子:
applicationId=关联的应用Id&num=中控机设备机身号&subId=中控机的设备id&subType=0&temperature=0&humidity=0&formaldehyde=0&pM25=0&tvoC=0&createTime=0001/1/1 0:00:00
响应信息
如果响应为200的http状态码,则表示处理成功
如果响应不是200的http状态码,则表示处理失败
最大通知次数
最大通知次数为1次,不管响应结果如何,不会进行再次通知。
通知过期时间
无过期时间