Skip to content

Commit

Permalink
Update parameter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 committed Nov 4, 2024
1 parent dd0e029 commit 13c0bb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Configuration/Parameter/Network/OpMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Select the network operation mode

| Input Option | Description
|:--- |:---
| `Disabled` | All network connections are disabled (no interaction with device possible, but device is processing)
| `WLAN Client` | WLAN connection is established to a wireless network in range
| `WLAN Client (Timed-Off)` | WLAN connection is established to a wireless network in range. Network is suspended after a defined time (Parameter: Timed-Off Delay)
| `Disabled` | All network connections are disabled (no interaction with device possible, but device is processing).
| `WLAN Client` | WLAN connection is established to a wireless network in range.
| `WLAN Client (Timed-Off)` | WLAN connection is established to a wireless network in range. Network is suspended after a configurable time is elapsed and actual cycle processing is completed (Parameter: Timed-Off Delay).
| `WLAN Access Point` | Standalone mode. Device is providing an access point.
| `WLAN Access Point (Timed-Off)` | Standalone mode. Device is providing an access point. Access point is suspended after a defined time if no client is connected or after last client has disconnected (Parameter: Timed-Off Delay)
| `WLAN Access Point (Timed-Off)` | Standalone mode. Device is providing an access point. Access point is suspended after a configurable time is elapsed, no client is connected and actual cycle processing is completed (Parameter: Timed-Off Delay).


!!! Note
Expand Down

0 comments on commit 13c0bb4

Please sign in to comment.