Add API to retrieve child diag information. (#226)

This commit is contained in:
Jonathan Hui
2016-07-01 12:10:52 -07:00
committed by GitHub
parent 50acd07a17
commit 510f1d57f1
8 changed files with 263 additions and 11 deletions
+29
View File
@@ -8,6 +8,7 @@ OpenThread test scripts use the CLI to execute test cases.
## OpenThread Command List
* [channel](#channel)
* [child](#child)
* [childtimeout](#childtimeout)
* [contextreusedelay](#contextreusedelay)
* [counter](#counter)
@@ -56,6 +57,34 @@ Set the IEEE 802.15.4 Channel value.
Done
```
### child list
List attached Child IDs
```bash
> child list
1 2 3 6 7 8
Done
```
### child \<id\>
Print diagnostic information for an attached Thread Child. The `id` may be a Child ID or an RLOC16.
```bash
> child 1
Child ID: 1
Rloc: 9c01
Ext Addr: e2b3540590b0fd87
Mode: rsn
Net Data: 184
Timeout: 100
Age: 0
LQI: 3
RSSI: -20
Done
```
### childtimeout
Get the Thread Child Timeout value.