diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md index 0bdc60ef..988114c2 100644 --- a/docs/datacollect/README.md +++ b/docs/datacollect/README.md @@ -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 }] } ```