mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[cli] add docs for trel counters (#10756)
This commit is contained in:
@@ -3949,6 +3949,26 @@ Done
|
||||
Done
|
||||
```
|
||||
|
||||
### trel counters
|
||||
|
||||
Get the TREL counters.
|
||||
|
||||
```bash
|
||||
> trel counters
|
||||
Inbound: Packets 32 Bytes 4000
|
||||
Outbound: Packets 4 Bytes 320 Failures 1
|
||||
Done
|
||||
```
|
||||
|
||||
### trel counters reset
|
||||
|
||||
Reset the TREL counters.
|
||||
|
||||
```bash
|
||||
> trel counters reset
|
||||
Done
|
||||
```
|
||||
|
||||
### trel port
|
||||
|
||||
Get the TREL UDP port number.
|
||||
|
||||
Reference in New Issue
Block a user