Scanner for devices using the CODA's web interface.
Definition at line 48 of file device_tracker.py.
◆ __init__()
| def homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ _login()
| def homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._login |
( |
|
self | ) |
|
|
private |
Log in to the router. This is required for subsequent api calls.
Definition at line 82 of file device_tracker.py.
◆ _update_info()
| def homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._update_info |
( |
|
self | ) |
|
|
private |
◆ get_device_name()
| def homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner.get_device_name |
( |
|
self, |
|
|
|
device |
|
) |
| |
Return the name of the device with the given MAC address.
Definition at line 76 of file device_tracker.py.
◆ scan_devices()
| def homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 70 of file device_tracker.py.
◆ _loginurl
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._loginurl |
|
private |
◆ _password
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._password |
|
private |
◆ _type
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._type |
|
private |
◆ _url
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._url |
|
private |
◆ _userid
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._userid |
|
private |
◆ _username
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner._username |
|
private |
◆ last_results
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner.last_results |
◆ success_init
| homeassistant.components.hitron_coda.device_tracker.HitronCODADeviceScanner.success_init |
The documentation for this class was generated from the following file: