AquaLogic event processor thread.
Definition at line 53 of file __init__.py.
◆ __init__()
| None homeassistant.components.aqualogic.AquaLogicProcessor.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
str |
host, |
|
|
int |
port |
|
) |
| |
Initialize the data object.
Definition at line 56 of file __init__.py.
◆ data_changed()
| None homeassistant.components.aqualogic.AquaLogicProcessor.data_changed |
( |
|
self, |
|
|
AquaLogic |
panel |
|
) |
| |
Aqualogic data changed callback.
Definition at line 75 of file __init__.py.
◆ panel()
| AquaLogic | None homeassistant.components.aqualogic.AquaLogicProcessor.panel |
( |
|
self | ) |
|
Retrieve the AquaLogic object.
Definition at line 95 of file __init__.py.
◆ run()
| None homeassistant.components.aqualogic.AquaLogicProcessor.run |
( |
|
self | ) |
|
◆ shutdown()
| None homeassistant.components.aqualogic.AquaLogicProcessor.shutdown |
( |
|
self, |
|
|
Event |
event |
|
) |
| |
Signal shutdown of processing event.
Definition at line 70 of file __init__.py.
◆ start_listen()
| None homeassistant.components.aqualogic.AquaLogicProcessor.start_listen |
( |
|
self, |
|
|
Event |
event |
|
) |
| |
Start event-processing thread.
Definition at line 65 of file __init__.py.
◆ _hass
| homeassistant.components.aqualogic.AquaLogicProcessor._hass |
|
private |
◆ _host
| homeassistant.components.aqualogic.AquaLogicProcessor._host |
|
private |
◆ _panel
| homeassistant.components.aqualogic.AquaLogicProcessor._panel |
|
private |
◆ _port
| homeassistant.components.aqualogic.AquaLogicProcessor._port |
|
private |
◆ _shutdown
| homeassistant.components.aqualogic.AquaLogicProcessor._shutdown |
|
private |
The documentation for this class was generated from the following file: