Browse Source

增加冷站能效报警类型

lixing 3 years ago
parent
commit
b338e46615
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/alarm/alarm_dict.md

+ 1 - 0
docs/alarm/alarm_dict.md

@@ -16,6 +16,7 @@ public enum EnumAlarmCategory {
     ENERGY("Energy", "能源报警"),
     ENERGY("Energy", "能源报警"),
     TENANT("Tenant", "租户报警"),
     TENANT("Tenant", "租户报警"),
     ELECTRIC("Electric", "配电报警"),
     ELECTRIC("Electric", "配电报警"),
+    CS("CS", "冷站能效报警"),
     BIM("Bim", "BIM报警");
     BIM("Bim", "BIM报警");
 
 
     @Setter
     @Setter