修改心跳报文
This commit is contained in:
parent
144a66f47a
commit
1345be0701
@ -349,7 +349,15 @@ PS: 同一节点只允许建立一条连接。
|
|||||||
"linkId": "123",
|
"linkId": "123",
|
||||||
"online": false
|
"online": false
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
//设备监控信息
|
||||||
|
"devices": [
|
||||||
|
{
|
||||||
|
//设备ID
|
||||||
|
"deviceId": "1123451235464",
|
||||||
|
//设备状态
|
||||||
|
"online": true
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user