From 0b44d2adad4f4a1163b3b432a97ee66c986df5e0 Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Fri, 13 Oct 2023 15:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index c028267..7634f58 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -54,8 +54,6 @@ message SwitchState{ message SignalState{ //信号机索引 string id = 1; - //信号机显示 - Signal.Aspect aspect = 2; } //信号机显示枚举定义 message Signal { @@ -258,8 +256,6 @@ message AllDevicesStatus{ repeated SectionState sectionState = 3; // 所有继电器状态 repeated ReplyState replyState = 4; - // 所有信号机状态 - repeated SignalState signalState = 5; } //服务器端向前端推送的设备状态信息