Home | History | Annotate | Download | only in relay_lib

Lines Matching defs:ACTION

33     ACTION = 'Action'
39 """A Bluetooth dongle with one generic button Normally action.
50 self.ensure_config_contains_relay(Buttons.ACTION.value)
68 Holds down the 'ACTION' buttons for PAIRING_MODE_WAIT_TIME seconds.
70 self.relays[Buttons.ACTION.value].set_nc_for(
74 """Briefly presses the Action button."""
75 self.relays[Buttons.ACTION.value].set_nc_for(
79 """Long press the Action button."""
80 self.relays[Buttons.ACTION.value].set_nc_for(
85 """A Bluetooth dongle with three generic buttons Normally action, next, and
116 Holds down the 'ACTION' buttons for a little over 5 seconds.
118 self.relays[Buttons.ACTION.value].set_nc_for(
122 """Briefly presses the Action button."""
123 self.relays[Buttons.ACTION.value].set_nc_for(
128 """Long press the Action button."""
129 self.relays[Buttons.ACTION.value].set_nc_for(