From 38303671b52db6ba37302425fd88af07a8b78854 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 17 Aug 2023 18:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=85=89=E5=B8=A6?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index e8d95df..cd5cd9d 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -44,14 +44,13 @@ enum AlertType { SWITCH_DW_LOST = 9; //道岔反位失表 SWITCH_FW_LOST = 10; - //计轴 - AXLE_LED = 11; + //计轴红光带 - AXLE_LED_RED = 12; + AXLE_LED_RED = 13; //计轴大面积红光带 - AXLE_LED_RED_MOST = 13; + AXLE_LED_RED_MOST = 14; //计轴橙光带 - AXLE_LED_ORANGE = 14; + AXLE_LED_ORANGE = 15; //计轴大面积橙光带 - AXLE_LED_ORANGE_MOST = 15; + AXLE_LED_ORANGE_MOST = 16; }