diff --git a/HCMagicHome.js b/HCMagicHome.js index a4ab47c..e2c734e 100644 --- a/HCMagicHome.js +++ b/HCMagicHome.js @@ -14,7 +14,7 @@ class HCMagicHome extends HCColorLamp { } let opts = { - wait_for_reply: (this._configuration.reply !== undefined) ? this._configuration.reply : false, + wait_for_reply: (this._configuration.reply !== undefined) ? this._configuration.reply : true, log_all_received: (this._configuration.logall !== undefined) ? this._configuration.logall : false, };