Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
This commit is contained in:
committed by
Wessel Nieboer
parent
b47b85773d
commit
f6338430f8
@@ -419,15 +419,22 @@ This document provides an overview of CLI commands that can be sent to MeshCore
|
||||
|
||||
---
|
||||
|
||||
#### View or change the airtime factor (duty cycle limit)
|
||||
#### View or change the duty cycle limit
|
||||
**Usage:**
|
||||
- `get af`
|
||||
- `set af <value>`
|
||||
- `get dutycycle`
|
||||
- `set dutycycle <value>`
|
||||
|
||||
**Parameters:**
|
||||
- `value`: Airtime factor (0-9)
|
||||
- `value`: Duty cycle percentage (10-100)
|
||||
|
||||
**Default:** `1.0`
|
||||
**Default:** `50%` (equivalent to airtime factor 1.0)
|
||||
|
||||
**Examples:**
|
||||
- `set dutycycle 100` — no duty cycle limit
|
||||
- `set dutycycle 50` — 50% duty cycle (default)
|
||||
- `set dutycycle 10` — 10% duty cycle (strictest EU requirement)
|
||||
|
||||
> **Deprecated:** `get af` / `set af` still work but are deprecated in favour of `dutycycle`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user