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