Updated Websockets (markdown)

WarmUpTill 2022-09-10 18:33:02 +02:00
parent 947a9caf25
commit 43df6a8f90

@ -77,4 +77,14 @@ To send a message with the contents `testing` one has to create a `CallVendorReq
},
"op": 6
}
```
```
### Example Bitfocus Companion
| Field | Value |
| ----------- | ----------- |
| Request Type | CallVendorRequest |
| Request Data | {"requestData":{"message":"testing"},"requestType":"AdvancedSceneSwitcherMessage","vendorName":"AdvancedSceneSwitcher"} |
![Websocket](https://user-images.githubusercontent.com/19472752/189492814-8bb944aa-21ee-4cef-8033-87948f893937.PNG)