From 9dd7a197e4dff535c3b2527f0564d629dc0ccea7 Mon Sep 17 00:00:00 2001 From: Palakis Date: Tue, 28 Feb 2017 16:05:41 +0100 Subject: [PATCH] Update PROTOCOL.md --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index fe5f0a2e..7e710cc1 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -70,7 +70,7 @@ Additional fields will be present in the event message depending on the event ty ### Event Types #### "SwitchScenes" -OBS is switching to another scene. +OBS is switching to another scene (called at the end of the transition). - **scene-name** (string) : The name of the scene being switched to. ---