From 43df6a8f90d5c8d9322f89d34c58a0bc92bbce7e Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 10 Sep 2022 18:33:02 +0200 Subject: [PATCH] Updated Websockets (markdown) --- Websockets.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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) +