mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 04:27:02 +03:00
updated parameters
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# Parameter `AutoAdjustSummertime`
|
||||
Default Value: `false`
|
||||
|
||||
|
||||
|
||||
!!! Note
|
||||
This parameter is not accessible through the Web Interface Configuration Page!
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
10
param-docs/parameter-pages/System/RSSIThreashold.md
Normal file
10
param-docs/parameter-pages/System/RSSIThreashold.md
Normal 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`.
|
||||
@@ -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.
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user