-
Notifications
You must be signed in to change notification settings - Fork 0
Button Type ‐ Command
Jack Devonshire edited this page Jul 9, 2024
·
2 revisions
This button type allows you to map a button press to a specific command prompt command. In the below example you can see this being used to open chrome to a specific website.
{
"Reference": "BTN_4",
"On": null,
"Off": {
"Type": "Command",
"Action": "start chrome -o https://jackdevonshire.co.uk"
}
}
Visit my website to see other fun projects like this!
Building
- Requirements
- Preparing The Box
- Wiring The Buttons
- GPIO Wiring
- Raspberry Pi Setup
- Configuring The Button Box
Configuration
- Button Type - Mode
- Button Type - Keybind
- Button Type - Script
- Button Type - Command
- Button Type - Teams
- Button Type - MSFlightSim
Integration Buttons
Finishing Up