Clear Matter ping result when closing the dialog (#19901)

This commit is contained in:
Marcel van der Veldt 2024-02-28 11:42:07 +01:00 committed by GitHub
parent ccdd906e2f
commit 83190c21db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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