mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 10:10:06 +00:00
[ip6] set Mesh Local IID for Reference Devices (#6599)
This commit is contained in:
@@ -2622,6 +2622,11 @@ class NodeImpl:
|
||||
|
||||
return result
|
||||
|
||||
def set_mliid(self, mliid: str):
|
||||
cmd = f'mliid {mliid}'
|
||||
self.send_command(cmd)
|
||||
self._expect_command_output(cmd)
|
||||
|
||||
|
||||
class Node(NodeImpl, OtCli):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user