Class which queries a wireless router running DD-WRT firmware.
Definition at line 58 of file device_tracker.py.
◆ __init__()
| def homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ _update_info()
| def homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner._update_info |
( |
|
self | ) |
|
|
private |
Ensure the information from the DD-WRT router is up to date.
Return boolean if scanning successful.
Definition at line 112 of file device_tracker.py.
◆ get_ddwrt_data()
| def homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.get_ddwrt_data |
( |
|
self, |
|
|
|
url |
|
) |
| |
Retrieve data from DD-WRT and return parsed result.
Definition at line 144 of file device_tracker.py.
◆ get_device_name()
| def homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.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.ddwrt.device_tracker.DdWrtDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 78 of file device_tracker.py.
◆ host
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.host |
◆ last_results
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.last_results |
◆ mac2name
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.mac2name |
◆ password
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.password |
◆ protocol
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.protocol |
◆ username
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.username |
◆ verify_ssl
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.verify_ssl |
◆ wireless_only
| homeassistant.components.ddwrt.device_tracker.DdWrtDeviceScanner.wireless_only |
The documentation for this class was generated from the following file: