From 967e882f3682544e57940ed3903389f2d35337f1 Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Fri, 9 Jun 2023 11:09:37 +0800 Subject: [PATCH] =?UTF-8?q?ncc=E5=8D=8F=E8=AE=AEx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_status.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/device_status.proto b/protos/device_status.proto index af7a554..14cc6f5 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -10,7 +10,7 @@ message Rtu{ bool ipRtuStusInCentralCtrl = 3; bool ipRtuStusInEmergencyCtrl = 4; //设备唯一识别码,一般为设备名称 - string id = 6; + string id = 5; } message Station{