mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
[thread-cert] add low power case 6_1_07 (#5557)
This commit is contained in:
@@ -618,6 +618,11 @@ class Node:
|
||||
self.send_command(cmd)
|
||||
self._expect('Done')
|
||||
|
||||
def set_outbound_link_quality(self, lqi):
|
||||
cmd = 'macfilter rss add-lqi * %s' % (lqi)
|
||||
self.send_command(cmd)
|
||||
self._expect('Done')
|
||||
|
||||
def remove_allowlist(self, addr):
|
||||
cmd = 'macfilter addr remove %s' % addr
|
||||
self.send_command(cmd)
|
||||
|
||||
Reference in New Issue
Block a user