M7350 Power Control

Reboot & Power Off Functions

Token: ---
Cookies: No
Auth: Not connected
Initializing...
Debug Information
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
⚠️ CRITICAL OPERATION - USE WITH EXTREME CAUTION
Power off response will appear here...
{"token":"${currentToken}","module":"reboot","action":0} POWER OFF: {"token":"${currentToken}","module":"reboot","action":1} COOKIES REQUIRED: • check_cookie=check_cookie • tpweb_token=${currentCookies.tpweb_token} `; }