Skip to content

Commit

Permalink
Merge pull request #35 from DennisGaida/patch-1
Browse files Browse the repository at this point in the history
Added WSS to documentation for HTTPS bound node-red installations
  • Loading branch information
ybizeul authored Oct 14, 2023
2 parents d13bba6 + 2367884 commit 30a33f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ be able to build messages to change button title, image, etc.

## Configuration

Simply put the address of the remote server as `ws://remote_server`. For Node-RED, it will likely be something like `ws://192.168.10.100:1880/sd-demo` or whatever websocket path you defined.
Simply put the address of the remote server as `ws://remote_server` (or `wss://remote_server` if you are using HTTPS/SSL). For Node-RED, it will likely be something like `ws://192.168.10.100:1880/sd-demo` or whatever websocket path you defined.

![screen1](doc/images/screen1.png)

Expand Down Expand Up @@ -113,4 +113,4 @@ Eventually your flows are gonna be clean and tidy like mine !

![nodered8](doc/images/nodered8.png)

Please share all the great things you are doing with Stream Deck WS !
Please share all the great things you are doing with Stream Deck WS !

0 comments on commit 30a33f1

Please sign in to comment.