From de6bfdca0a292fd5907a150fbfde85f5ce55c814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Thu, 16 May 2019 14:30:39 +0200 Subject: [PATCH] SceneItems(docs): add comment about coordinates --- src/WSRequestHandler_SceneItems.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WSRequestHandler_SceneItems.cpp b/src/WSRequestHandler_SceneItems.cpp index cb179b25..5f5798be 100644 --- a/src/WSRequestHandler_SceneItems.cpp +++ b/src/WSRequestHandler_SceneItems.cpp @@ -4,6 +4,7 @@ /** * Gets the scene specific properties of the specified source item. +* Coordinates are relative to the item's parent (the scene or group it belongs to). * * @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene. * @param {String} `item` The name of the source. @@ -67,6 +68,7 @@ HandlerResponse WSRequestHandler::HandleGetSceneItemProperties(WSRequestHandler* /** * Sets the scene specific properties of a source. Unspecified properties will remain unchanged. +* Coordinates are relative to the item's parent (the scene or group it belongs to). * * @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene. * @param {String} `item` The name of the source.