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+
  • Loading branch information
ybizeul authored Jan 10, 2023
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
Expand Up @@ -8,7 +8,14 @@
{
"Image": "images/websocket"
}
]
],
"Controllers": [
"Keypad",
"Encoder"
],
"Encoder": {
"layout": "$B1"
}
},
{
"UUID": "org.tynsoe.streamdeck.wsproxy.proxy-ms",
Expand All @@ -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": [
{
Expand Down

0 comments on commit d13bba6

Please sign in to comment.