Public Member Functions | |
def | onDeviceEvent |
def | onDeviceEventButtonTimeout |
def | onDeviceEventEaten |
def | timerCallback |
def | __init__ |
Public Attributes | |
ButtonTimeoutTimers | |
ButtonTimeoutEatNexts |
ButtonTimeout Powermate Event Mapping
Definition at line 46 of file 200-Powermate-ButtonTimeout.py.
def 200-Powermate-ButtonTimeout::PowermateButtonTimeout::onDeviceEvent | ( | self, | ||
Event, | ||||
Gizmo = None | ||||
) |
Called from Base Class' onEvent method. See GizmodDispatcher.onEvent documention for an explanation of this function
Definition at line 55 of file 200-Powermate-ButtonTimeout.py.
def 200-Powermate-ButtonTimeout::PowermateButtonTimeout::onDeviceEventButtonTimeout | ( | self, | ||
Gizmo | ||||
) |
Called when a Powermate's button times out This is generated from 200-Powermate-ButtonTimeout.py
Definition at line 93 of file 200-Powermate-ButtonTimeout.py.
def 200-Powermate-ButtonTimeout::PowermateButtonTimeout::onDeviceEventEaten | ( | self, | ||
Event, | ||||
Gizmo | ||||
) |
Called when a Powermate's button is released after timing out This is generated from 200-Powermate-ButtonTimeout.py
Definition at line 103 of file 200-Powermate-ButtonTimeout.py.
def 200-Powermate-ButtonTimeout::PowermateButtonTimeout::timerCallback | ( | self, | ||
UserData | ||||
) |
def 200-Powermate-ButtonTimeout::PowermateButtonTimeout::__init__ | ( | self | ) |