Skip to content

Commit

Permalink
Merge pull request #3 from chandlerhuff/master
Browse files Browse the repository at this point in the history
Set configure to true in setupAccessory
  • Loading branch information
lyonlai authored Mar 31, 2020
2 parents eb56191 + e657ec9 commit 8a22e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ UnifyGuestWifiPlatform.prototype.addGuestWifiAccessory = async function(
wlan
};

this.setupAccessory(newAccessory);
this.setupAccessory(newAccessory, true);

this.registerAccessory(newAccessory);
};
Expand Down

0 comments on commit 8a22e31

Please sign in to comment.