diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | plugin.ts | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 9778bc0..f07323d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Beken LED Homebridge plugin", "name": "homebridge-beken", - "version": "0.1.3", + "version": "0.1.4", "description": "homebridge beken led plugin", "author": "lonkaars <loek@pipeframe.xyz>", "license": "MIT", @@ -98,7 +98,6 @@ export default class BekenBridge implements AccessoryPlugin { } updateLamp() { - this.log.info(JSON.stringify(this.state, null, 2)); if (!this.state.on) { this.lamp.color = [0, 0, 0, 0]; return; |