mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
document get_allowed_repeat_freq
This commit is contained in:
parent
8c33c09ac1
commit
174665fd89
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ All commands are async methods that return `Event` objects. Commands are organiz
|
|||
| `get_time()` | None | `CURRENT_TIME` | Get current device time |
|
||||
| `get_self_telemetry()` | None | `TELEMETRY_RESPONSE` | Get device's own telemetry data |
|
||||
| `get_custom_vars()` | None | `CUSTOM_VARS` | Retrieve all custom variables |
|
||||
| `get_allowed_repeat_freq()` | None | `ALLOWED_FREQ` | Retreive allowed repeat freqs from device |
|
||||
| **Device Configuration** ||||
|
||||
| `set_name(name)` | `name: str` | `OK` | Set device name/identifier |
|
||||
| `set_coords(lat, lon)` | `lat: float, lon: float` | `OK` | Set device GPS coordinates |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue