wtf was that ack parameter??

This commit is contained in:
Jan Scheiper 2020-08-06 00:10:31 +02:00
parent 247c49919a
commit 14e91a57d3
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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": {