Bläddra i källkod

fix:【iot 物联网】设备配置 CONFIG_PUSH 应该是下行

YunaiV 8 månader sedan
förälder
incheckning
ef0bf372e5

+ 1 - 1
yudao-module-iot/yudao-module-iot-core/src/main/java/cn/iocoder/yudao/module/iot/core/enums/IotDeviceMessageMethodEnum.java

@@ -43,7 +43,7 @@ public enum IotDeviceMessageMethodEnum implements ArrayValuable<String> {
     // ========== 设备配置 ==========
     // 可参考:https://help.aliyun.com/zh/iot/user-guide/remote-configuration-1
 
-    CONFIG_PUSH("thing.config.push", "配置推送", true),
+    CONFIG_PUSH("thing.config.push", "配置推送", false),
 
     // ========== OTA 固件 ==========
     // 可参考:https://help.aliyun.com/zh/iot/user-guide/perform-ota-updates