Searched refs:thread_version (Results 1 – 3 of 3) sorted by relevance
599 def check_discovery_request(command_msg, thread_version: str = None):605 assert not thread_version or thread_version in ['1.1', '1.2']606 if thread_version == '1.1':608 elif thread_version == '1.2':615 thread_version: str = None):624 assert not thread_version or thread_version in ['1.1', '1.2']625 if thread_version == '1.1':627 elif thread_version == '1.2':
114 logging.info('leader thread version: %r', leader.thread_version)
190 def thread_version(self): member in OTCI