|
| def | __init__ (self, client, zone_sensors) |
| |
| def | run (self) |
| |
Event listener thread to process NX584 events.
Definition at line 123 of file binary_sensor.py.
◆ __init__()
| def homeassistant.components.nx584.binary_sensor.NX584Watcher.__init__ |
( |
|
self, |
|
|
|
client, |
|
|
|
zone_sensors |
|
) |
| |
◆ _process_events()
| def homeassistant.components.nx584.binary_sensor.NX584Watcher._process_events |
( |
|
self, |
|
|
|
events |
|
) |
| |
|
private |
◆ _process_zone_event()
| def homeassistant.components.nx584.binary_sensor.NX584Watcher._process_zone_event |
( |
|
self, |
|
|
|
event |
|
) |
| |
|
private |
◆ _run()
| def homeassistant.components.nx584.binary_sensor.NX584Watcher._run |
( |
|
self | ) |
|
|
private |
Throw away any existing events so we don't replay history.
Definition at line 145 of file binary_sensor.py.
◆ run()
| def homeassistant.components.nx584.binary_sensor.NX584Watcher.run |
( |
|
self | ) |
|
◆ _client
| homeassistant.components.nx584.binary_sensor.NX584Watcher._client |
|
private |
◆ _zone_sensors
| homeassistant.components.nx584.binary_sensor.NX584Watcher._zone_sensors |
|
private |
◆ daemon
| homeassistant.components.nx584.binary_sensor.NX584Watcher.daemon |
The documentation for this class was generated from the following file: