Classes | |
| class | ThreadRouterDiscovery |
| class | ThreadRouterDiscoveryData |
Functions | |
| ThreadRouterDiscoveryData | async_discovery_data_from_service (AsyncServiceInfo service, bytes ext_addr, bytes ext_pan_id) |
| list[ThreadRouterDiscoveryData] | async_read_zeroconf_cache (AsyncZeroconf aiozc) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | CLASS_IN = 1 |
| string | THREAD_TYPE = "_meshcop._udp.local." |
| int | TYPE_PTR = 12 |
The Thread integration.
| ThreadRouterDiscoveryData homeassistant.components.thread.discovery.async_discovery_data_from_service | ( | AsyncServiceInfo | service, |
| bytes | ext_addr, | ||
| bytes | ext_pan_id | ||
| ) |
Get a ThreadRouterDiscoveryData from an AsyncServiceInfo.
Definition at line 60 of file discovery.py.
| list[ThreadRouterDiscoveryData] homeassistant.components.thread.discovery.async_read_zeroconf_cache | ( | AsyncZeroconf | aiozc | ) |
Return all meshcop records already in the zeroconf cache.
Definition at line 114 of file discovery.py.
|
private |
Definition at line 23 of file discovery.py.
| int homeassistant.components.thread.discovery.CLASS_IN = 1 |
Definition at line 38 of file discovery.py.
| string homeassistant.components.thread.discovery.THREAD_TYPE = "_meshcop._udp.local." |
Definition at line 37 of file discovery.py.
| int homeassistant.components.thread.discovery.TYPE_PTR = 12 |
Definition at line 39 of file discovery.py.