-
Notifications
You must be signed in to change notification settings - Fork 0
Stream Deck
Andreas Harth edited this page Dec 14, 2022
·
4 revisions
The Stream Deck is a customizable control pad, connected via USB.
@@@we have two Stream Deck Minis with six buttons and one Stream Deck Live with 15 buttons.
| Property | description | range of values | operations |
|---|---|---|---|
| button [x] display | display color or value of button x
|
any color, text, number or boolean
|
write |
This property defines what's displayed on the button x. Buttons can either be filled with a color or a text, number or boolean can be written on them.
| Event | description |
|---|---|
Button x pressed |
raised, when the referred button x is pressed |
To use this device under linux, see Linux setup for additional required steps.
- Connect to the Streamdeck by clicking the
Things and Resourcescategory and thenconnect via WebHID. - Select
Elgato Systems Stream Deck miniand clickConnect. - (optional) Give the device a name.
- The device is now selectable on the
webHID deviceblock in theThings and Resourcescategory.
- create
/etc/udev/rules.d/10-streamdeck.rules - paste the following rules into ot
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users", TAG+="uaccess"
- Reload udev rules using
sudo udevadm control --reload-rules - Unplug and replug the device
