Class which queries a FortiOS unit for connected devices.
Definition at line 72 of file device_tracker.py.
◆ __init__()
| None homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner.__init__ |
( |
|
self, |
|
|
|
fgt |
|
) |
| |
◆ get_device_name()
| def homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner.get_device_name |
( |
|
self, |
|
|
|
device |
|
) |
| |
Return the name of the given device or None if we don't know.
Definition at line 110 of file device_tracker.py.
◆ scan_devices()
| def homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 105 of file device_tracker.py.
◆ update()
| def homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner.update |
( |
|
self | ) |
|
◆ _clients
| homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner._clients |
|
private |
◆ _clients_json
| homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner._clients_json |
|
private |
◆ _fgt
| homeassistant.components.fortios.device_tracker.FortiOSDeviceScanner._fgt |
|
private |
The documentation for this class was generated from the following file: