瀏覽代碼

修改参数

wzh 7 月之前
父節點
當前提交
5f674ab0d2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      subpkg/device/detail_new_20250528.vue

+ 6 - 0
subpkg/device/detail_new_20250528.vue

@@ -1518,6 +1518,12 @@ export default {
   methods:{
     closeFinishPop(){
       this.closeFinishStatusPop = false
+      let arr = [];
+      let obj  = {};
+      obj.id = "DecoctingSwitch";
+      obj.shadow = 0;
+      arr.push(obj);
+      this.mqttPublish(2,this.deviceInfo,arr,true)
     },
     closeStatusFunc(){
       this.closeStatusPop = false;