diff --git a/Websockets.md b/Websockets.md index e10b822..40ae841 100644 --- a/Websockets.md +++ b/Websockets.md @@ -77,4 +77,14 @@ To send a message with the contents `testing` one has to create a `CallVendorReq }, "op": 6 } -``` \ No newline at end of file +``` + +### 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) +