Skip to content

Commit 91b064a

Browse files
committed
Document trailing AF.IncomingMsgExt.Rsp fields
1 parent 53d4000 commit 91b064a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zigpy_znp/commands/af.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ class AF(t.CommandsBase, subsystem=t.Subsystem.AF):
317317
t.Param("TimeStamp", t.uint32_t, "The timestamp of the message"),
318318
t.Param("TSN", t.uint8_t, "Transaction Sequence Number"),
319319
t.Param("Data", t.LongBytes, "Data"),
320+
# https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/455787
321+
t.Param("MacSrcAddr", t.NWK, "UNDOCUMENTED: MAC Source address"),
322+
t.Param(
323+
"MsgResultRadius", t.uint8_t, "UNDOCUMENTED: Messages result radius"
324+
),
320325
),
321326
)
322327

0 commit comments

Comments
 (0)