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); };