Cleanup
This commit is contained in:
@@ -163,9 +163,9 @@ class Watch {
|
||||
this.#watchObjects[watchUUID].alert = false;
|
||||
|
||||
// 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);
|
||||
this.#watchObjects[watchUUID]. endAlertFunc();
|
||||
this.#watchObjects[watchUUID].endAlertFunc();
|
||||
}
|
||||
|
||||
// End repeatAlertTimer if existing
|
||||
|
||||
Reference in New Issue
Block a user