Browse Source

修改参数

wzh 7 tháng trước cách đây
mục cha
commit
5f674ab0d2
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;