updated parameters

This commit is contained in:
CaCO3
2023-02-05 01:12:38 +01:00
parent 80af3abe3d
commit b9dceabaad
49 changed files with 191 additions and 171 deletions

View File

@@ -1,8 +1,6 @@
# Parameter `AutoAdjustSummertime`
Default Value: `false`
!!! Note
This parameter is not accessible through the Web Interface Configuration Page!

View File

@@ -4,8 +4,6 @@ Default Value: `undefined`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
Hostname for the device.
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.

View File

@@ -0,0 +1,10 @@
# Parameter `RSSIThreashold`
Default Value: ``
## Description
WLAN Mesh Parameter: Threshold for the RSSI value to check for start switching access point in a mesh system.
Possible values: `-100` .. `0`, `0` = disabled.
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.
!!! Note
Due to a typo, the parameter is wrongly named `RSSIThreashold`.

View File

@@ -1,11 +1,8 @@
# Parameter `SetupMode`
Default Value: `true`
!!! Note
This parameter is not accessible through the Web Interface Configuration Page!
## Description
Please fill me with an explanation and useful links
Set this parameter to `true` to stay in the Setup Mode after the next start of the device.

View File

@@ -1,10 +1,11 @@
# Parameter `TimeServer`
Default Value: `pool.ntp.org`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
Time server to synchronize system time. If it is disabled or `undefined`, `pool.ntp.org` will be used.
You can also set it to the IP of your router. Many routers like Fritzboxes can act as a local NTP server.
To disable NTP, you need to activate it but set the TimeServer config to be empty (`""`).
In such case the time always starts at `01.01.1970` after each power cycle!

View File

@@ -1,10 +1,6 @@
# Parameter `TimeZone`
Default Value: `CET-1CEST,M3.5.0,M10.5.0/3`
## Description
Please fill me with an explanation and useful links
Time zone in POSIX syntax (Europe/Berlin = `CET-1CEST,M3.5.0,M10.5.0/3` - incl. daylight saving)
Check the table on `http://<DEVICE IP>/timezones.html` to find the settings for your region.