更新文档

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