更新文档

This commit is contained in:
谷成伟 2024-12-30 10:58:53 +08:00
parent 6bdc564427
commit 39f4d50fca

View File

@ -348,14 +348,15 @@ PS: 同一节点只允许建立一条连接。
"linkId": "3444",
//通讯链路状态
"online": true,
//Modbus状态
"modbus": true,
//Ftp状态(在没有启用ftp的链路上不传此状态)
//实时数据状态
"real": true,
//Ftp数据状态(在没有启用ftp的链路上不传此状态)
"ftp": true
},
{
"linkId": "123",
"online": false
"online": false,
"modbus": true
}
],
//设备监控信息
@ -364,8 +365,7 @@ PS: 同一节点只允许建立一条连接。
//设备ID
"deviceId": "1123451235464",
//设备状态
"online": true,
"modbus": true
"online": true
}]
}
```