From 39f4d50fca0ccc1004d67fca29420393993af1ae 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:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/datacollect/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }] } ```