mirror of https://github.com/arendst/Tasmota.git
Add command WebSend
parent
4647646230
commit
193a57c9cb
|
@ -390,6 +390,10 @@ WebPassword | | Show current web server Admin password for user
|
|||
WebPassword | 0 | Disable use of password
|
||||
WebPassword | 1 | Reset password to value in `user_config.h` (`WEB_PASSWORD`)
|
||||
WebPassword | \<pwd\> | Set web server Admin password for user `WEB_USERNAME` (32 chars max)
|
||||
WebSend | [\<host\>] \<command\> | Send command to host where host is hostname or IP address
|
||||
WebSend | [\<host\>:\<port\>] \<command\> | Send command to host where host is hostname or IP address
|
||||
WebSend | [\<host\>,\<user\>:\<password\>] \<command\> | Send command to host where host is hostname or IP address
|
||||
WebSend | [\<host\>:\<port\>,\<user\>:\<password\>] \<command\> | Send command to host where host is hostname or IP address
|
||||
WebServer | | Show current web server state
|
||||
WebServer | 0 / off | Stop web server
|
||||
WebServer | 1 / user | Start web server in user mode
|
||||
|
|
Loading…
Reference in New Issue