From c0f3a5cf1c7be29aba155eba214c13f921c00b2b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 6 Aug 2021 22:42:25 +0200 Subject: removed excessive log.info --- package.json | 2 +- plugin.ts | 1 - 2 files changed, 1 insertion(+), 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 ", "license": "MIT", diff --git a/plugin.ts b/plugin.ts index ec8d790..70d250c 100644 --- a/plugin.ts +++ b/plugin.ts @@ -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; -- cgit v1.2.3