Skip to content

Commit

Permalink
Added WSS to documentation for HTTPS bound node-red installations
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGaida authored Sep 14, 2023
1 parent d13bba6 commit 2367884
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 2367884

Please sign in to comment.