mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[cli] implement network data print (#5543)
- Print human-readable network data. - Create network data sub-command.
This commit is contained in:
@@ -1021,7 +1021,7 @@ class Node:
|
||||
self._expect('Done')
|
||||
|
||||
def register_netdata(self):
|
||||
self.send_command('netdataregister')
|
||||
self.send_command('netdata register')
|
||||
self._expect('Done')
|
||||
|
||||
def send_network_diag_get(self, addr, tlv_types):
|
||||
|
||||
Reference in New Issue
Block a user