Compare commits

..

No commits in common. "304c97bdcf84b71168567046560d7777f09dceed" and "fe24d07a7e7b56621acf5b75a16dfb592b298544" have entirely different histories.

View File

@ -21,10 +21,6 @@ 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();
} }
@ -45,14 +41,6 @@ class HCControlBase extends EventEmitter {
return Promise.resolve(); return Promise.resolve();
} }
/**
* Run some sort of asynchronous de-initialization/cleanup
* @returns A promise which resolves when the de-initialization is complete
*/
deinit() {
return Promise.resolve();
}
/** /**
* Updates the state by polling the controlled device * Updates the state by polling the controlled device
* @returns A promise which resolves when the state has been pulled * @returns A promise which resolves when the state has been pulled