A Python client to control Dasan H660GM-A router
Tested on Airtel Fiber Broadband
Update the variables in the method change_basic_wifi_settings
Get the bearer_token after login to router page using the browser And check the first request in network tab from devtools
bearer_token="your_auth_bearer_token_here"
New WiFi SSID
wifi_ssid = "your_new_wifi_name_here"
New WiFi Password
wifi_password = "your_new_wifi_password_here"