From 8c5cf8f0d5e8ff2088ba1835c8063a60fe4b8e9e Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Fri, 13 Oct 2023 15:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index 7634f58..658f618 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -256,6 +256,8 @@ message AllDevicesStatus{ repeated SectionState sectionState = 3; // 所有继电器状态 repeated ReplyState replyState = 4; + // 所有信号机状态 + repeated SignalState signalState = 5; } //服务器端向前端推送的设备状态信息