From 0672b6a1575c4d33dcb93deb12c544df55477c0e Mon Sep 17 00:00:00 2001 From: Palakis Date: Thu, 2 Mar 2017 15:55:46 +0100 Subject: [PATCH] Fixed typo in PROTOCOL.md --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 70cf9635..e8feaf91 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -464,7 +464,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. +- **"scene-name"** (string) : scene the item belongs to. defaults to current scene. __Response__ : OK if specified item exists, error otherwise. @@ -478,7 +478,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. +- **"scene-name"** (string) : scene the item belongs to. defaults to current scene. __Response__ : OK if specified item exists, error otherwise.