1
0

Clear unused variables

This commit is contained in:
2023-08-24 04:15:17 +02:00
parent 1ae4f95606
commit 94fee0c3f1

View File

@@ -28,7 +28,6 @@ class Equipment {
this.watch = new Object();
this.timers = new Object();
this.timeout = new Object();
// Check if equipment has state item
if (this.hasProperty('State')) {