Fix toggle capability

This commit is contained in:
Evgenii Abramov
2021-03-24 23:06:38 +03:00
parent baa49dfa84
commit 9e08b698c0

View File

@@ -127,7 +127,6 @@ class Device {
/* Get only needed for response device info (bun not full device defenition) */
getState () {
console.dir(this.data, {depth: 10});
const {id, capabilities, properties} = this.data;
const device = {
id,