安消设备隐患消息
消息类型
安消设备隐患消息:MESSAGE_FIRE_FIGHTING_DANGER
data 结构
| 参数名称 | 参数类型 | 参数含义 | 说明 |
|---|---|---|---|
| deviceId | String | 设备 id | |
| detectTime | String | 事件时间 |
示例
安消设备隐患消息:
json
{
"...": "...",
"msgList": [
{
"msgType": "MESSAGE_FIRE_FIGHTING_DANGER",
"timeStamp": "1583317657000",
"data": {
"deviceId": "xxxxS_abcde",
"detectTime": "1593317657000"
}
}
]
}