mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 21:20:11 +00:00
[ncp] add new fields (age, rssi, etc) to PARENT spinel property (#2854)
This commit appends new fields to format of `PROP_THREAD_PARENT` spinel property. The new fields provide age, avrerage RSSI and last RSSI, etc. This commit also updates the spinel documentation.
This commit is contained in:
committed by
Jonathan Hui
parent
4e6e1bc568
commit
52354e73c7
@@ -32,10 +32,17 @@ The IPv6 address of the leader. (Note: May change to long and short address of l
|
||||
|
||||
### PROP 81: PROP_THREAD_PARENT
|
||||
* Type: Read-Only
|
||||
* Packed-Encoding: `ES`
|
||||
* LADDR, SADDR
|
||||
* Packed-Encoding: `ESLccCC`
|
||||
|
||||
The long address and short address of the parent of this node.
|
||||
Information about parent of this node.
|
||||
|
||||
* `E`: Extended address
|
||||
* `S`: RLOC16
|
||||
* `L`: Age (seconds since last heard from)
|
||||
* `c`: Average RSS (in dBm)
|
||||
* `c`: Last RSSI (in dBm)
|
||||
* `C`: Link Quality In
|
||||
* `C`: Link Quality Out
|
||||
|
||||
### PROP 82: PROP_THREAD_CHILD_TABLE
|
||||
* Type: Read-Only
|
||||
|
||||
Reference in New Issue
Block a user