mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[reference-device] send fake ADDR_NTF.ntf (#5537)
This commit is contained in:
@@ -1866,6 +1866,11 @@ class NodeImpl:
|
||||
|
||||
return router_table
|
||||
|
||||
def send_address_notification(self, dst: str, target: str, mliid: str):
|
||||
cmd = f'fake /a/an {dst} {target} {mliid}'
|
||||
self.send_command(cmd)
|
||||
self._expect("Done")
|
||||
|
||||
|
||||
class Node(NodeImpl, OtCli):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user