LIRC libraries
Linux Infrared Remote Control
|
Stop repeating given key, see SEND_STOP in lircd(8) manpage. More...
Public Member Functions | |
__init__ (self, AbstractConnection connection, str remote, str key) | |
![]() | |
run (self, float timeout=None) | |
Run the command and return a Reply. | |
Additional Inherited Members | |
![]() | |
_conn = connection | |
_cmd_string = cmd | |
_parser = ReplyParser() | |
Stop repeating given key, see SEND_STOP in lircd(8) manpage.
lirc.client.StopRepeatCommand.__init__ | ( | self, | |
AbstractConnection | connection, | ||
str | remote, | ||
str | key ) |
Reimplemented from lirc.client.Command.