Isaksson / node-red-contrib-unifi

MIT License
50 stars 19 forks source link

SSID Password #86

Closed martijndierckx closed 1 year ago

martijndierckx commented 1 year ago

Is there any way to change the password for a specific SSID?

Isaksson commented 1 year ago

It is not possible with current version but I will take a look at your request and probably I will add this function in next version. I will keep you informed about this in this case.

Isaksson commented 1 year ago

I have pushed new version 0.2.9 that includes a new command msg.payload = { command: "setWLanPassword", wlan_id: "you can get the id from the command getWLanSettings", x_passphrase: "New Password"}; return msg;

Please verify and get back to me if this solves your issue, or if you have any other questions.

martijndierckx commented 1 year ago

Wow that was quick! Works like a charm! Thanks!