added version
This commit is contained in:
parent
992c5cba10
commit
304c97bdcf
@ -21,6 +21,10 @@ class HCControlBase extends EventEmitter {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static get version() {
|
||||||
|
return "n/a";
|
||||||
|
}
|
||||||
|
|
||||||
get state() {
|
get state() {
|
||||||
return this._state.clone();
|
return this._state.clone();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user