From 14e91a57d3974cb286b703a299fb95e1452b4f0d Mon Sep 17 00:00:00 2001 From: Jan Scheiper Date: Thu, 6 Aug 2020 00:10:31 +0200 Subject: [PATCH] wtf was that ack parameter?? --- HCMagicHome.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HCMagicHome.js b/HCMagicHome.js index 00e0b20..4698dcf 100644 --- a/HCMagicHome.js +++ b/HCMagicHome.js @@ -14,7 +14,7 @@ class HCMagicHome extends HCColorLamp { } let opts = { - ack: (this._configuration.ack !== undefined) ? Control.ackMask(this._configuration.ack) : true, + ack: (this._configuration.ack !== undefined) ? Control.ackMask(this._configuration.ack) : Control.ackMask(0x0F), log_all_received: (this._configuration.logall !== undefined) ? this._configuration.logall : false, connect_timeout: (this._configuration.connect_timeout !== undefined) ? this._configuration.connect_timeout : 10000, command_timeout: (this._configuration.command_timeout !== undefined) ? this._configuration.command_timeout : 5000, diff --git a/package.json b/package.json index 962f532..00e1ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hc-magichome", - "version": "1.3.0", + "version": "1.3.1", "description": "Magic Home Plugin for Homecontrol", "main": "HCMagicHome.js", "scripts": {