Clear unused variables
This commit is contained in:
@@ -28,7 +28,6 @@ class Equipment {
|
|||||||
|
|
||||||
this.watch = new Object();
|
this.watch = new Object();
|
||||||
this.timers = new Object();
|
this.timers = new Object();
|
||||||
this.timeout = new Object();
|
|
||||||
|
|
||||||
// Check if equipment has state item
|
// Check if equipment has state item
|
||||||
if (this.hasProperty('State')) {
|
if (this.hasProperty('State')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user