From 4b76908839b13f5498ecab5269f6b9d745390705 Mon Sep 17 00:00:00 2001 From: Yann Bizeul Date: Sat, 28 Nov 2020 22:46:31 +0100 Subject: [PATCH] Added a "Multistate" action Stream Deck has a multi state type of button, this change implements that feature --- .../manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json b/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json index c3723f1..1d0b484 100644 --- a/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json +++ b/Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json @@ -9,6 +9,19 @@ "Image": "images/websocket" } ] + }, + { + "UUID": "org.tynsoe.streamdeck.wsproxy.proxy-ms", + "Icon": "images/websocket", + "Name": "WSProxy Multistate", + "States": [ + { + "Image": "images/websocket" + }, + { + "Image": "images/websocket" + } + ] } ], "Author": "Yann Bizeul",