@@ -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;