From fc8dce45ee55550328435840a9474813e0fc4f60 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Mon, 30 Aug 2021 08:47:29 +0000 Subject: [PATCH] docs(ci): Update generated docs - ac78acd [skip ci] --- docs/generated/protocol.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index a059d7e4..18aa3941 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -462,9 +462,11 @@ Authentication is not required ``` { "eventType": string, + "eventIntent": number, "eventData": object(optional) } ``` +- `eventIntent` is the original intent required to be subscribed to in order to receive the event. **Example Message:** ```json @@ -472,6 +474,7 @@ Authentication is not required "op": 2, "d": { "eventType": "StudioModeStateChanged", + "eventIntent": 1, "eventData": { "studioModeEnabled": true }