gruijter / netgear.js

Node js module to communicate with Netgear routers via SOAP
Mozilla Public License 2.0
58 stars 11 forks source link

added support for second 5G SSID on R8000 #2

Closed alackmann closed 6 years ago

alackmann commented 6 years ago

My R8000 Nighthawk has 2 x 5G SSIDs on the Guest Network. This update adds support to toggle each independently. Previously only one was accessible/manageable.

PS> thanks for the library!

gruijter commented 6 years ago

Hi Andre,

Have you tested your pr code? I cannot test it since I have a R7800. But I found a few inconsistencies, so I doubt it works. I will adapt the code according to what I think it should be. Let me know if I'm wrong :)

alackmann commented 6 years ago

Yes it's tested. I assume you mostly mean the slightly strange value for the action, specifically Set5G1GuestAccessEnabled2?

I found this naming unusual too, but I captured it directly from the Netgear Genie app via a Charles proxy when interacting with my r8000. I see you've created a new version with your tweak, I'll give this a try and report back.