mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 09:10:04 +00:00
THCI: setMinDelayTimer() API (#1329)
This commit is contained in:
@@ -2534,3 +2534,6 @@ class OpenThread(IThci):
|
||||
|
||||
def setMinDelayTimer(self, iSeconds):
|
||||
print '%s call setMinDelayTimer' % self.port
|
||||
cmd = 'delaytimermin %s' % iSeconds
|
||||
print cmd
|
||||
return self.__sendCommand(cmd)[0] == 'Done'
|
||||
|
||||
Reference in New Issue
Block a user