mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
e986f63bbd
commit
f92f3f090a
|
@ -159,11 +159,11 @@ WebLog|`0` = disable web logging<BR> `1` = show only error messages<BR> `2` = sh
|
||||||
|
|
||||||
### [Wi-Fi](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk)
|
### [Wi-Fi](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk)
|
||||||
|
|
||||||
|<a id="tb-wifi">Command | Parameters
|
<a id="tb-wifi">Command | Parameters
|
||||||
|:--- | :---
|
:--- | :---
|
||||||
AP|<a id="AP"></a>`0` = switch to other Wi-Fi Access Point<BR>`1`= select Wi-Fi Access Point 1<BR>`2`= select Wi-Fi Access Point 2<a id="Hostname"></a>
|
AP|<a id="AP"></a>`0` = switch to other Wi-Fi Access Point<BR>`1`= select Wi-Fi Access Point 1<BR>`2`= select Wi-Fi Access Point 2<a id="Hostname"></a>
|
||||||
Hostname|`1` = reset hostname to `MQTT_TOPIC-<4digits>` and restart<BR>`<value>` = set hostname (32 char limit) and restart. If hostname contains `%` it will be reset to the default instead.<a id="IPAddress1"></a>
|
Hostname|`1` = reset hostname to `MQTT_TOPIC-<4digits>` and restart<BR>`<value>` = set hostname (32 char limit) and restart. If hostname contains `%` it will be reset to the default instead.<a id="IPAddress1"></a>
|
||||||
IPAddress1|`0.0.0.0.` = use dynamic IP address (DHCP)<BR>`XXX.XXX.XXX.XXX` = set static IP address<a id="IPAddress2"></a>
|
IPAddress1|`0.0.0.0` = use dynamic IP address (DHCP)<BR>`XXX.XXX.XXX.XXX` = set static IP address<a id="IPAddress2"></a>
|
||||||
IPAddress2|`XXX.XXX.XXX.XXX` = set gateway IP address<a id="IPAddress3"></a>
|
IPAddress2|`XXX.XXX.XXX.XXX` = set gateway IP address<a id="IPAddress3"></a>
|
||||||
IPAddress3|`XXX.XXX.XXX.XXX` = set subnet mask<a id="IPAddress4"></a>
|
IPAddress3|`XXX.XXX.XXX.XXX` = set subnet mask<a id="IPAddress4"></a>
|
||||||
IPAddress4|`XXX.XXX.XXX.XXX` = set DNS server IP address<BR>*follow IPAddress commands with `restart 1` to apply changes*<a id="Password"></a>
|
IPAddress4|`XXX.XXX.XXX.XXX` = set DNS server IP address<BR>*follow IPAddress commands with `restart 1` to apply changes*<a id="Password"></a>
|
||||||
|
@ -379,7 +379,7 @@ IRhvac | Send HVAC IR remote control code as JSON payload<Br>`{"Vendor":"<value>
|
||||||
|
|
||||||
### SetOption overview
|
### SetOption overview
|
||||||
|
|
||||||
|<a id="tb-setoption">Command | Parameters
|
<a id="tb-setoption">Command | Parameters
|
||||||
:---: | :---
|
:---: | :---
|
||||||
SetOption0|<a id="SetOption0"></a>Save power state and use after restart (=SaveState)<BR> `0` = disable<BR> `1` = enable *(default)*<a id="SetOption1"></a>
|
SetOption0|<a id="SetOption0"></a>Save power state and use after restart (=SaveState)<BR> `0` = disable<BR> `1` = enable *(default)*<a id="SetOption1"></a>
|
||||||
SetOption1|Set [button multipress](Control-other-devices) mode to<BR> `0` = allow all button actions *(default)*<BR> `1` = restrict to single, double and hold actions (i.e., disable inadvertent reset due to long press)<a id="SetOption2"></a>
|
SetOption1|Set [button multipress](Control-other-devices) mode to<BR> `0` = allow all button actions *(default)*<BR> `1` = restrict to single, double and hold actions (i.e., disable inadvertent reset due to long press)<a id="SetOption2"></a>
|
||||||
|
|
Loading…
Reference in New Issue