FROM NETWORK DUMP:
• Endpoint: POST /cgi-bin/web_cgi
• Cookies required: check_cookie, tpweb_token
• Response: 16 bytes ({"result":1})
REBOOT COMMAND:
{"token":"[TOKEN]","module":"reboot","action":0}
POWER OFF COMMAND:
{"token":"[TOKEN]","module":"reboot","action":1}
⚠️ REBOOT FUNCTION
REBOOT COMMAND:
POST http://192.168.0.1/cgi-bin/web_cgi
Body: {"token":"[TOKEN]","module":"reboot","action":0}
Will restart the device (takes 60-90 seconds)
Reboot response will appear here...
☠️ POWER OFF FUNCTION
POWER OFF COMMAND (action:1):
POST http://192.168.0.1/cgi-bin/web_cgi
Body: {"token":"[TOKEN]","module":"reboot","action":1}
⚠️ WARNING: This will power off the device completely!
• All connections lost immediately
• Physical power button required to restart
• Cannot be undone remotely