Matter cleanup on close dialog (#19714)

This commit is contained in:
Bram Kragten 2024-02-07 15:24:14 +01:00 committed by GitHub
parent d61fc9ec6c
commit b57bc8cd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,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 });
}