Skip to content

Commit 01bc212

Browse files
committed
More documentation
1 parent feeff95 commit 01bc212

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
## node-red-contrib-streamdeck-ws
1+
## About
22

3-
This node-red module in intended to be used in conjuction with Stream Deck WS module on the workstation side.
3+
`node-red-contrib-streamdeck-ws` is a [Node-RED](https://nodered.org) module intended to be used in conjuction with [Stream Deck WS](https://github.com/ybizeul/StreamDeckWS) module for [Stream Deck](https://www.elgato.com/en/gaming/stream-deck)
44

5-
Please see https://github.com/ybizeul/StreamDeckWS
5+
## Purpose
6+
7+
[Stream Deck WS](https://github.com/ybizeul/StreamDeckWS) acts like a proxy and forwards key events from the [Stream Deck](https://www.elgato.com/en/gaming/stream-deck) to a Web Socket service of your choice. A very popular way to run a quick and flexible Web Socket server is by using [Node-RED](https://nodered.org) and its standard `websocket in/out` node.
8+
9+
You can set it all up in [Node-RED](https://nodered.org) without using `node-red-contrib-streamdeck-ws`, but it makes things a little bit harder.
10+
11+
With `node-red-contrib-streamdeck-ws`, you place a `sd input` node after your `websocket in` and format the response event in a `sd output` node before `websocket out`, and you can configure the returned key state in the node properties.
12+
13+
![ScreenShot 1](https://github.com/ybizeul/StreamDeckWS/raw/main/doc/images/nodered_plugin_02.png)
14+
15+
![ScreenShot 2](https://github.com/ybizeul/StreamDeckWS/raw/main/doc/images/nodered_plugin_01.png)

doc/images/nodered_plugin_01.png

27.8 KB
Loading

doc/images/nodered_plugin_02.png

29.1 KB
Loading

0 commit comments

Comments
 (0)