Updated Commands (markdown)

Michael Ingraham 2019-03-23 07:33:19 -04:00
parent 0d1f64a50b
commit bfb57fec13
1 changed files with 1 additions and 1 deletions

@ -170,7 +170,7 @@ Command | Parameters
<a id="WebPassword"> </a> WebPassword | Show current web server password<BR>`0` = disable use of password for WebUI<BR>`1` = reset password to firmware default (`WEB_PASSWORD`)<BR>`<value>` = set WebUI password for user `WEB_USERNAME` (32 char limit)
<a id="WebSend"> </a> WebSend | Send a command to Tasmota host. If a command starts with a `\` it will be used as a link.<BR>`[<host>:<port>,<user>:<password>] <command>`<BR>`<host>` = hostname or IP address.<BR>`<port>` = port for the device if not the default `80`<BR>`<user>` = enter username of the device you're sending the command to<BR>`<password>` = enter password of the device you're sending the command to<BR>`<command>` = command and payload<BR>*example: `[sonoff] POWER1 ON` sends `http://sonoff/cm?cmnd=POWER1 ON`*
<a id="WebServer"> </a> WebServer | `0` = stop web server<BR>`1` = start web server in user mode<BR>`2` = start web server in admin mode
<a id="WifiConfig"> </a> WifiConfig | `0` - disable Wi-Fi config but restart (used with alternate AP)<BR>`1` = start smart config for 1 minute and set as current config tool<BR>`2` = start Wi-Fi manager (web server at 192.168.4.1) and set as current config tool<BR>`3` = start WPS config for 1 minute and set as current config tool<BR>`4` = disable Wi-Fi config but retry other AP without restart<BR>`5` = disable Wi-Fi config but retry same AP without restart and flash writes<BR>`7` = start restricted Wi-Fi manager (web server at 192.168.4.1 with only option to reset device settings) and set as current config tool *(Introduced in 6.4.1.18)*
<a id="WifiConfig"> </a> WifiConfig | `0` - disable Wi-Fi config but restart (used with alternate AP)<BR>`1` = start smart config for 1 minute and set as current config tool<BR>`2` = start Wi-Fi manager (web server at 192.168.4.1) and set as current config tool<BR>`3` = start WPS config for 1 minute and set as current config tool<BR>`4` = disable Wi-Fi config but retry other AP without restart<BR>`5` = disable Wi-Fi config but retry same AP without restart and flash writes<BR>`7` = start restricted Wi-Fi manager (web server at 192.168.4.1 with only option to reset device settings) and set as current config tool. _**This setting is recommended for devices without an external control/reset button**_. *(Introduced in 6.4.1.18)*
See also | [`SetOption55`](#Setoption55) - mDNS service control<BR>[`SetOption56`](#Setoption56) - Wi-Fi network scan to select strongest signal on restart<BR>[`SetOption57`](#Setoption57) - Wi-Fi network re-scan every 44 minutes with switch to +10dB stronger signal if detected
### [MQTT](MQTT)