andig / homebridge-fritz

Homebridge platform for Fritz!Box router and supported DECT devices
MIT License
74 stars 22 forks source link

How to hide Guests WLAN? #135

Closed Phoenix-DH closed 3 years ago

Phoenix-DH commented 3 years ago

Hey,

I did not get it managed to disable the guest wlan. Normal is solved, but how to disable guests?

I use this setting actually: "hide": [ "wifi" ],

But I haven‘t found something for guests.

Thanks.

timoschilling commented 3 years ago
{
  "platforms": [
    {
      "platform": "FRITZ!Box",
      "name": "My FRITZ!Box",
      "username": "",
      "password": "",
      "url": "http://fritz.box",
      "devices": {
        "wifi": {
          "name": "Guest WLAN",
          "display": false
        }
      }
    }
  ]
}
Phoenix-DH commented 3 years ago

Thanks, got it already.