added version

This commit is contained in:
Jan Scheiper 2020-08-06 00:18:48 +02:00
parent 992c5cba10
commit 304c97bdcf

View File

@ -21,6 +21,10 @@ class HCControlBase extends EventEmitter {
return true;
}
static get version() {
return "n/a";
}
get state() {
return this._state.clone();
}