mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
document get_allowed_repeat_freq
This commit is contained in:
@@ -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_time()` | None | `CURRENT_TIME` | Get current device time |
|
||||||
| `get_self_telemetry()` | None | `TELEMETRY_RESPONSE` | Get device's own telemetry data |
|
| `get_self_telemetry()` | None | `TELEMETRY_RESPONSE` | Get device's own telemetry data |
|
||||||
| `get_custom_vars()` | None | `CUSTOM_VARS` | Retrieve all custom variables |
|
| `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** ||||
|
| **Device Configuration** ||||
|
||||||
| `set_name(name)` | `name: str` | `OK` | Set device name/identifier |
|
| `set_name(name)` | `name: str` | `OK` | Set device name/identifier |
|
||||||
| `set_coords(lat, lon)` | `lat: float, lon: float` | `OK` | Set device GPS coordinates |
|
| `set_coords(lat, lon)` | `lat: float, lon: float` | `OK` | Set device GPS coordinates |
|
||||||
|
|||||||
Reference in New Issue
Block a user