diff --git a/ControlBase.js b/ControlBase.js index f23e723..a927695 100644 --- a/ControlBase.js +++ b/ControlBase.js @@ -17,6 +17,10 @@ class HCControlBase extends EventEmitter { this._name = this._configuration.name; } + static get _is_homecontrol_control() { + return true; + } + get state() { return this._state.clone(); } diff --git a/package.json b/package.json index 67eb602..f1f2790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homecontrol-control-base", - "version": "1.2.0", + "version": "1.3.0", "description": "Base class which all hc-controls inherit from", "main": "index.js", "scripts": {