This script can be copied into the browser console and used to disable wifi on the T-Mobile 5G Home Internet router. The web interface for the router doesn't allow you to disable it.
- Go to http://192.168.12.1
- Open dev console (on mac
[cmd]+[opt]+i
) - Copy the code from the below JS file and with the
password
value updated to be your actual password and hit enter - Call the code by typing
tmobileHomeInternetDisableWifi()
and hitting enter