Class which queries a wireless router running Tomato firmware.
Definition at line 52 of file device_tracker.py.
◆ __init__()
| def homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ _update_tomato_info()
| def homeassistant.components.tomato.device_tracker.TomatoDeviceScanner._update_tomato_info |
( |
|
self | ) |
|
|
private |
Ensure the information from the Tomato router is up to date.
Return boolean if scanning successful.
Definition at line 95 of file device_tracker.py.
◆ get_device_name()
| def homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.get_device_name |
( |
|
self, |
|
|
|
device |
|
) |
| |
Return the name of the given device or None if we don't know.
Definition at line 84 of file device_tracker.py.
◆ scan_devices()
| def homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 78 of file device_tracker.py.
◆ last_results
| homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.last_results |
◆ parse_api_pattern
| homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.parse_api_pattern |
◆ req
| homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.req |
◆ success_init
| homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.success_init |
◆ verify_ssl
| homeassistant.components.tomato.device_tracker.TomatoDeviceScanner.verify_ssl |
The documentation for this class was generated from the following file: