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; }