From a48a4efdd8c89f24b87ebd19da54098ec96e16ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Mon, 30 Dec 2024 10:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BF=83=E8=B7=B3=E6=8A=A5?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/datacollect/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 }] } ```