We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AF.IncomingMsgExt.Rsp
1 parent 53d4000 commit 91b064aCopy full SHA for 91b064a
zigpy_znp/commands/af.py
@@ -317,6 +317,11 @@ class AF(t.CommandsBase, subsystem=t.Subsystem.AF):
317
t.Param("TimeStamp", t.uint32_t, "The timestamp of the message"),
318
t.Param("TSN", t.uint8_t, "Transaction Sequence Number"),
319
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
+ ),
325
),
326
)
327
0 commit comments