Representation of an IDTECK proximity card reader.
Definition at line 64 of file __init__.py.
◆ __init__()
| def homeassistant.components.idteck_prox.IdteckReader.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
host, |
|
|
|
port, |
|
|
|
name |
|
) |
| |
Initialize the reader.
Definition at line 67 of file __init__.py.
◆ _callback()
| def homeassistant.components.idteck_prox.IdteckReader._callback |
( |
|
self, |
|
|
|
card |
|
) |
| |
|
private |
Send a keycard event message into Home Assistant whenever a card is read.
Definition at line 80 of file __init__.py.
◆ connect()
| def homeassistant.components.idteck_prox.IdteckReader.connect |
( |
|
self | ) |
|
Connect to the reader.
Definition at line 75 of file __init__.py.
◆ stop()
| None homeassistant.components.idteck_prox.IdteckReader.stop |
( |
|
self, |
|
|
Event |
_ |
|
) |
| |
◆ _connection
| homeassistant.components.idteck_prox.IdteckReader._connection |
|
private |
◆ _host
| homeassistant.components.idteck_prox.IdteckReader._host |
|
private |
◆ _name
| homeassistant.components.idteck_prox.IdteckReader._name |
|
private |
◆ _port
| homeassistant.components.idteck_prox.IdteckReader._port |
|
private |
◆ hass
| homeassistant.components.idteck_prox.IdteckReader.hass |
The documentation for this class was generated from the following file: