mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1977 from robekl/docs/implementation-sync-release
Update docs to align with implementation
This commit is contained in:
commit
82d1a3daca
5 changed files with 140 additions and 153 deletions
|
|
@ -63,6 +63,12 @@ This document provides an overview of CLI commands that can be sent to MeshCore
|
|||
|
||||
---
|
||||
|
||||
### Send a zero-hop advert
|
||||
**Usage:**
|
||||
- `advert.zerohop`
|
||||
|
||||
---
|
||||
|
||||
### Start an Over-The-Air (OTA) firmware update
|
||||
**Usage:**
|
||||
- `start ota`
|
||||
|
|
@ -355,13 +361,25 @@ This document provides an overview of CLI commands that can be sent to MeshCore
|
|||
|
||||
---
|
||||
|
||||
#### View this node's public key
|
||||
**Usage:** `get public.key`
|
||||
|
||||
---
|
||||
|
||||
#### View this node's configured role
|
||||
**Usage:** `get role`
|
||||
|
||||
---
|
||||
|
||||
#### View or change this node's power saving flag (Repeater Only)
|
||||
**Usage:**
|
||||
- `powersaving <state>`
|
||||
- `powersaving`
|
||||
- `powersaving on`
|
||||
- `powersaving off`
|
||||
|
||||
**Parameters:**
|
||||
- `state`: `on`|`off`
|
||||
- `on`: enable power saving
|
||||
- `off`: disable power saving
|
||||
|
||||
**Default:** `on`
|
||||
|
||||
|
|
@ -844,6 +862,11 @@ region save
|
|||
|
||||
### Bridge (When bridge support is compiled in)
|
||||
|
||||
#### View the compiled bridge type
|
||||
**Usage:** `get bridge.type`
|
||||
|
||||
---
|
||||
|
||||
#### View or change the bridge enabled flag
|
||||
**Usage:**
|
||||
- `get bridge.enabled`
|
||||
|
|
@ -881,10 +904,10 @@ region save
|
|||
|
||||
**Parameters:**
|
||||
- `source`:
|
||||
- `rx`: bridges received packets
|
||||
- `tx`: bridges transmitted packets
|
||||
- `logRx`: bridges received packets
|
||||
- `logTx`: bridges transmitted packets
|
||||
|
||||
**Default:** `tx`
|
||||
**Default:** `logTx`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -916,8 +939,39 @@ region save
|
|||
- `set bridge.secret <secret>`
|
||||
|
||||
**Parameters:**
|
||||
- `secret`: 16-character encryption secret
|
||||
- `secret`: ESP-NOW bridge secret, up to 15 characters
|
||||
|
||||
**Default:** Varies by board
|
||||
|
||||
---
|
||||
|
||||
#### View the bootloader version (nRF52 only)
|
||||
**Usage:** `get bootloader.ver`
|
||||
|
||||
---
|
||||
|
||||
#### View power management support
|
||||
**Usage:** `get pwrmgt.support`
|
||||
|
||||
---
|
||||
|
||||
#### View the current power source
|
||||
**Usage:** `get pwrmgt.source`
|
||||
|
||||
**Note:** Returns an error on boards without power management support.
|
||||
|
||||
---
|
||||
|
||||
#### View the boot reset and shutdown reasons
|
||||
**Usage:** `get pwrmgt.bootreason`
|
||||
|
||||
**Note:** Returns an error on boards without power management support.
|
||||
|
||||
---
|
||||
|
||||
#### View the boot voltage
|
||||
**Usage:** `get pwrmgt.bootmv`
|
||||
|
||||
**Note:** Returns an error on boards without power management support.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue