Skip to content

Commit

Permalink
Merge pull request #27 from pakerfeldt/support-sdplus
Browse files Browse the repository at this point in the history
Add support for dials/encoders in Stream Deck+
ybizeul authored Jan 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 5c1690d + 439944e commit d13bba6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,14 @@
{
"Image": "images/websocket"
}
]
],
"Controllers": [
"Keypad",
"Encoder"
],
"Encoder": {
"layout": "$B1"
}
},
{
"UUID": "org.tynsoe.streamdeck.wsproxy.proxy-ms",
@@ -31,7 +38,7 @@
"Name": "WebSocket Proxy",
"Icon": "images/websocket",
"SDKVersion": 2,
"Version": "1.1.9",
"Version": "1.2.0",
"PropertyInspectorPath": "plugin/inspector.html",
"OS": [
{

0 comments on commit d13bba6

Please sign in to comment.