From a6f71b68f34a425d24e0a30a911b746c3727c6b2 Mon Sep 17 00:00:00 2001 From: Mikhail Swift Date: Sun, 26 Feb 2017 18:02:46 -0500 Subject: [PATCH] Update protocol.md --- PROTOCOL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 2dfb2555..63c6541a 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -401,7 +401,7 @@ __Request fields__ : - **"item"** (string) : The name of the scene item. - **"x"** (float) : x coordinate - **"y"** (float) : y coordinate - +- **"scene_name"** (string) : scene the item belongs to. defaults to current scene. __Response__ : OK if specified item exists, error otherwise. *New in OBS Studio* @@ -414,6 +414,7 @@ __Request fields__ : - **"x-scale"** (float) : width scale factor - **"y-scale"** (float) : height scale factor - **"rotation"** (float) : item rotation (in degrees) +- **"scene_name"** (string) : scene the item belongs to. defaults to current scene. __Response__ : OK if specified item exists, error otherwise.