Skip to content

Commit

Permalink
Clear Matter ping result when closing the dialog (#19901)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Feb 28, 2024
1 parent ccdd906 commit 83190c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class DialogMatterPingNode extends LitElement {
public closeDialog(): void {
this.device_id = undefined;
this._status = undefined;
this._pingResult = undefined;
fireEvent(this, "dialog-closed", { dialog: this.localName });
}

Expand Down

0 comments on commit 83190c2

Please sign in to comment.