From 9e08b698c0e523d9a1ba7b8a9c1ed0b5453119ec Mon Sep 17 00:00:00 2001 From: Evgenii Abramov Date: Wed, 24 Mar 2021 23:06:38 +0300 Subject: [PATCH] Fix toggle capability --- device.js | 1 - 1 file changed, 1 deletion(-) diff --git a/device.js b/device.js index f6bebb5..1bd7210 100644 --- a/device.js +++ b/device.js @@ -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,