Browse Source

阶段提交:测报灯的代码初步提交

yf_zn 1 year atrás
parent
commit
ea7a8d2313

+ 2 - 1
src/main/java/com/yunfeiyun/agmp/iot/common/constant/mq/IotActionEnums.java

@@ -15,6 +15,7 @@ public enum IotActionEnums {
     DEVICE_COON_UPDATE("DEVICE_COON_UPDATE", "设备连接信息更新"),
     DEVICE_COON_UPDATE("DEVICE_COON_UPDATE", "设备连接信息更新"),
     DEVICE_COON_DELETE("DEVICE_COON_DELETE", "设备连接信息删除"),
     DEVICE_COON_DELETE("DEVICE_COON_DELETE", "设备连接信息删除"),
     DEVICE_ALL_SYN("DEVICE_ALL_SYN", "更新所有设备信息"),
     DEVICE_ALL_SYN("DEVICE_ALL_SYN", "更新所有设备信息"),
+    DEVICE_CBD_AGAIN_RECORD("DEVICE_CBD_AGAIN_RECORD", "测报灯重新识别")
     ;
     ;
 
 
 
 
@@ -26,7 +27,7 @@ public enum IotActionEnums {
         this.code = code;
         this.code = code;
         this.message = message;
         this.message = message;
     }
     }
-    
+
 
 
     public String getCode() {
     public String getCode() {
         return code;
         return code;