JamoDevNich / SuperHub3-CLI

A command-line interface for managing the VM SuperHub 3/ARRIS TG2492S/CE router. Allows listing current/past connected devices, toggle private/guest WLAN, rebooting and viewing router status
17 stars 2 forks source link

Feature Request: Toggle Wireless Radio #2

Closed haywirephoenix closed 6 years ago

haywirephoenix commented 6 years ago

Hey, amazing work! Are you able to use this to disable and enable the wireless radio? I'd like to be able to toggle it quickly when I'm not using it.

JamoDevNich commented 6 years ago

Thanks :grin:. That feature currently isn't available but I'll work on implementing it as soon as I get back. Is there any other functionality you want me to look into?

haywirephoenix commented 6 years ago

wow thanks, can't wait to see the results! I guess toggling the guest network would also come in handy. If this works I would love to wrap it in python-for-android for a one click gui. 👍

haywirephoenix commented 6 years ago

p.s: the url on mine is ?wifi_radio&mid=WirelessSignal input radio id for 5ghz is Enable50 and Disable50
id for 2.4ghz is Enable24 and Disable24 and onsubmit it runs _onclick_1(arguments[0]);

not sure if this is useful as you're the py god

JamoDevNich commented 6 years ago

I'm currently in the process of integrating the Wlan toggling functionality - I've almost completed reverse engineering and now in the process of testing. I've also rewritten a portion of the script so it can be controlled via command line arguments, as well as via the interface. Should be done and up in a few hours.

JamoDevNich commented 6 years ago

The WLAN toggling features have now been implemented in release 1.0.0, for both private WLAN and guest WLAN. https://github.com/JamoDevNich/ClientsAPI-SuperHub3/releases/tag/1.0.0

haywirephoenix commented 6 years ago

It works, incredible! Thanks!