Home
last modified time | relevance | path

Searched refs:ThreadState (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/otci/otci/
Dtypes.py85 class ThreadState(str): class
92 if ins not in ThreadState._VALID_VALUES:
Dotci.py39 from .types import ChildId, Rloc16, Ip6Addr, ThreadState, PartitionId, DeviceMode, RouterId, Securi…
511 def get_state(self) -> ThreadState:
513 return ThreadState(self.__parse_str(self.execute_command('state')))