|
LIRC libraries
Linux Infrared Remote Control
|
The configuration selected, and it's sources. More...
Public Member Functions | |
| __init__ (self, cf=None) | |
| note (self) | |
| The possible note to display when selected. | |
Public Attributes | |
| dict | device = "" if cf: |
| selected device. | |
| config | |
The configuration selected, and it's sources.
Definition at line 100 of file database.py.
| lirc.database.Config.__init__ | ( | self, | |
| cf = None ) |
Definition at line 103 of file database.py.
| lirc.database.Config.note | ( | self | ) |
The possible note to display when selected.
Definition at line 118 of file database.py.
| lirc.database.Config.config |
Definition at line 119 of file database.py.
| dict lirc.database.Config.device = "" if cf: |
selected device.
Read-only driver dict in db
Read-only config dict in db
Substituted data from driver
Substituted data from driver
Name of lircd.conf file
Name of lircmd.conf file
Label for driver + device
Definition at line 104 of file database.py.