Skip to content

Commit

Permalink
Added a "Multistate" action
Browse files Browse the repository at this point in the history
Stream Deck has a multi state type of button, this change implements
that feature
  • Loading branch information
ybizeul committed Nov 28, 2020
1 parent e11c88d commit 4b76908
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Sources/org.tynsoe.streamdeck.wsproxy.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b76908

Please sign in to comment.