1
0
This commit is contained in:
2023-08-13 15:30:57 +02:00
parent 92267113c1
commit ac06811a93

View File

@@ -163,9 +163,9 @@ class Watch {
this.#watchObjects[watchUUID].alert = false; this.#watchObjects[watchUUID].alert = false;
// Run end alert function if existing // Run end alert function if existing
if (this.#watchObjects[watchUUID]. endAlertFunc != '') { if (this.#watchObjects[watchUUID].endAlertFunc != '') {
console.log('Run end alert function for watchObject ' + watchUUID); console.log('Run end alert function for watchObject ' + watchUUID);
this.#watchObjects[watchUUID]. endAlertFunc(); this.#watchObjects[watchUUID].endAlertFunc();
} }
// End repeatAlertTimer if existing // End repeatAlertTimer if existing