IPAddress

Michael Ingraham 2019-11-16 15:34:50 -05:00
parent 11eee0d9eb
commit c09c8e092b
1 changed files with 3 additions and 6 deletions

@ -172,12 +172,9 @@ See also|[`SetOption68`](#Setoption68) - PWM Channel control<BR>[`SetOption76`](
:---|:---
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
Hostname<a id="Hostname"></a>|`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.<BR>**_If using MQTT to issue this command, if it is used with the device `GroupTopic`, the command will not be executed._**
IPAddress1<a id="IPAddress1"></a>|`0.0.0.0` = use dynamic IP address (DHCP)<BR>`XXX.XXX.XXX.XXX` = set static IP address
IPAddress2<a id="IPAddress2"></a>|`XXX.XXX.XXX.XXX` = set gateway IP address
IPAddress3<a id="IPAddress3"></a>|`XXX.XXX.XXX.XXX` = set subnet mask
IPAddress4<a id="IPAddress4"></a>|`XXX.XXX.XXX.XXX` = set DNS server IP address<BR>*follow IPAddress commands with `restart 1` to apply changes*
Password\<x\><a id="Password"></a>|`1` = reset AP\<x\> Wi-Fi password to firmware default (`STA_PASS1`) and restart<BR>`<value>` = set AP\<x\> Wi-Fi password (64 char limit, **do not use special characters or white spaces in the password**) and restart. **Note that `Password` and `Password1` are equivalent commands.**
Ssid\<x\><a id="Ssid"></a>|`1` = reset AP\<x\> Wi-Fi SSID to firmware default (`STA_SSID1` or `STA_SSID2`) and restart<BR>`<value>` = set AP\<x\> Wi-Fi SSID (32 char limit, **do not use special characters or white spaces in the SSID**) and restart
IPAddress\<x><a id="IPAddress"></a>|Set networking IP (`XXX.XXX.XXX.XXX`) addresses<BR>`IPAddress1` = set device IP address<BR><li>`0.0.0.0` = use dynamic IP address (DHCP)</li><li>`XXX.XXX.XXX.XXX` = set static IP address</li>`IPAddress2` = set gateway IP address<BR>`IPAddress3` = set subnet mask<BR>`IPAddress4` = set DNS server IP address<BR><BR>*follow IPAddress commands with `restart 1` to apply changes*
Password\<x\><a id="Password"></a>|`<x>` = `1..2`<BR>`<value>` = set AP\<x\> Wi-Fi password and restart<BR>`1` = reset AP\<x\> Wi-Fi password to firmware default (`STA_PASS1` or `STA_PASS2`) and restart<BR>Passwords are limited to 64 characters. **Do not use special characters or white spaces in the password**.<BR>**Note that `Password` and `Password1` are equivalent commands.**
Ssid\<x\><a id="Ssid"></a>|`<x>` = `1..2`<BR>`<value>` = set AP\<x\> Wi-Fi SSID and restart<BR>`1` = reset AP\<x\> Wi-Fi SSID to firmware default (`STA_SSID1` or `STA_SSID2`) and restart<BR>SSID are limited to 32 characters. **Do not use special characters or white spaces in the SSID**
WebColor\<x\><a id="WebColor"></a>|Configure Web GUI colors (x = `1..19`)&emsp; »6.6.0<BR>`#RRGGBB` = Set color for `WebColor<x>`<BR>`1` = Global text (Black)<BR>`2` = Global background (White)<BR>`3` = Form background (Greyish)<BR>`4` = Input text (Black)<BR>`5` = Input background (White)<BR>`6` = Console text (Black)<BR>`7` = Console background (White)<BR>`8` = Warning text (Red)<BR>`9` = Success text (Green)<BR>`10` = Button text (White)<BR>`11` = Button (Blueish)<BR>`12` = Button hovered over (Darker blueish)<BR>`13` = Restart/Reset/Delete button (Redish)<BR>`14` = Restart/Reset/Delete button hover (Darker reddish)<BR>`15` = Save button (Greenish)<BR>`16` = Save button hover (Darker greenish)<BR>`17` = Config timer tab text (White)<BR>`18` = Config timer tab background (Light grey)<br>`19` = Module title and FriendlyName text (Whiteish)<br>[User themes](webui#themes)
WebPassword<a id="WebPassword"></a>|Show current web server password<BR>`0` = disable use of password for web UI<BR>`1` = reset password to firmware default (`WEB_PASSWORD`)<BR>`<value>` = set web UI password (32 char limit) for user `WEB_USERNAME` *(Default WEB_USERNAME = `admin`)*
WebRefresh<a id="WebRefresh"></a>|Web page refresh&emsp; »6.3.0<BR>`1000..10000` = set refresh time in milliseconds *(default = `2345`)*