mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 06:17:47 +00:00
THCI: add new constant required by Harness (#1034)
This commit is contained in:
@@ -57,6 +57,7 @@ class OpenThread(IThci):
|
||||
isBlackListEnabled = False # indicate if Thread device enables black list filter
|
||||
isActiveCommissioner = False # indicate if Thread device is an active commissioner
|
||||
LOWEST_POSSIBLE_PARTATION_ID = 0x1
|
||||
LINK_QUALITY_CHANGE_TIME = 100
|
||||
|
||||
#def __init__(self, SerialPort=COMPortName, EUI=MAC_Address):
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user