From e657ec9e1c940b09320dc9aaf0d07c0c63030baa Mon Sep 17 00:00:00 2001 From: Chandler Huff Date: Sat, 9 Feb 2019 22:56:59 -0500 Subject: [PATCH] Set configure to true in setupAccessory --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5838a64..f7718d6 100644 --- a/index.js +++ b/index.js @@ -237,7 +237,7 @@ UnifyGuestWifiPlatform.prototype.addGuestWifiAccessory = async function( wlan }; - this.setupAccessory(newAccessory); + this.setupAccessory(newAccessory, true); this.registerAccessory(newAccessory); };