From d424b9466a5eeda8b5553a275a495eb7aa1f172a Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Mon, 12 Jun 2023 10:26:54 +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, 2 insertions(+) diff --git a/protos/device_status.proto b/protos/device_status.proto index 45b5369..07aaabf 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -163,6 +163,8 @@ message Platform{ int32 nextSectionRunTime = 15; //下一区间运行等级 int32 nextSectionRunLevel = 16; + //停站时间 + int32 stopTime = 17; } message Scada{