📄️ On Button Input Pressed
This block is triggered when a button or digital input is pressed (goes LOW to HIGH or HIGH to LOW, depending on configuration).
📄️ On Button Input Released
This block is triggered when a button or digital input is released (goes HIGH to LOW or LOW to HIGH, depending on configuration).
📄️ On Button Pressed
This block is triggered when a button is pressed. The 'button' here refers to an input defined as a button.
📄️ On Button Released
This block is triggered when a keypad button is released.
📄️ On MD Button Pressed
This block is triggered when the device's MD button is depressed (or the MD line is pulled LOW on modules without the button). This block is only available to Tibbo devices with an MD button/line.
📄️ On MD Button Released
This block is triggered when the MD button is released (or the MD line is pulled HIGH on modules without the button). This block is only available to Tibbo devices with an MD button/line.
📄️ On Interrupt
This block is triggered when an interrupt is detected.
📄️ On Wiegand
This block is triggered when the device receives a Wiegand input.
📄️ On IR Received
This block is triggered when an IR command is received on an IR port.
📄️ Digital Line Set
This block sets a GPIO digital line to HIGH or LOW. Use it to control digital outputs like relays, LEDs, and motors.
📄️ IR Send
This block transmits an IR command from an IR port.