From 439944e1ca58a7864729cd6a7e2d3f690d407375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20=C3=85kerfeldt?= Date: Mon, 9 Jan 2023 20:03:39 +0100 Subject: [PATCH] Add support for dials/encoders in Stream Deck+ --- .../manifest.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json b/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json index cd66421..ebee87c 100644 --- a/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json +++ b/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json @@ -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": [ {