更新心跳报文

This commit is contained in:
谷成伟 2024-12-30 10:19:33 +08:00
parent 2bb243383b
commit a48a4efdd8

View File

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