diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md index 106f3c71..0bdc60ef 100644 --- a/docs/datacollect/README.md +++ b/docs/datacollect/README.md @@ -347,7 +347,11 @@ PS: 同一节点只允许建立一条连接。 //通讯链路IRN "linkId": "3444", //通讯链路状态 - "online": true + "online": true, + //Modbus状态 + "modbus": true, + //Ftp状态(在没有启用ftp的链路上不传此状态) + "ftp": true }, { "linkId": "123", @@ -360,7 +364,8 @@ PS: 同一节点只允许建立一条连接。 //设备ID "deviceId": "1123451235464", //设备状态 - "online": true + "online": true, + "modbus": true }] } ```