This commit is contained in:
Michael Zanetti 2014-12-14 13:36:42 +01:00 committed by Michael Zanetti
parent c0abc394f8
commit 21f05315a6

View File

@ -188,7 +188,7 @@ DeviceHandler::DeviceHandler(QObject *parent) :
setReturns("GetStateValue", returns);
params.clear(); returns.clear();
setDescription("GetStateValues", "Get all the state values of the give device.");
setDescription("GetStateValues", "Get all the state values of the given device.");
params.insert("deviceId", JsonTypes::basicTypeToString(JsonTypes::Uuid));
setParams("GetStateValues", params);
returns.insert("deviceError", JsonTypes::deviceErrorRef());