mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[cert] THCI: add diagnosticQuery() API (#2419)
This commit is contained in:
@@ -1919,6 +1919,9 @@ class OpenThread(IThci):
|
||||
|
||||
return self.__sendCommand(cmd)
|
||||
|
||||
def diagnosticQuery(self,strDestinationAddr, listTLV_ids = []):
|
||||
self.diagnosticGet(strDestinationAddr, listTLV_ids)
|
||||
|
||||
def startNativeCommissioner(self, strPSKc='GRLpassWord'):
|
||||
#TODO: Support the whole Native Commissioner functionality
|
||||
# Currently it only aims to trigger a Discovery Request message to pass Certification test 5.8.4
|
||||
|
||||
Reference in New Issue
Block a user