drop old unused lines
This commit is contained in:
parent
34ab701f95
commit
9bb71fbdfc
@ -32,9 +32,6 @@ ActionHandler::ActionHandler(QObject *parent) :
|
|||||||
|
|
||||||
params.clear(); returns.clear();
|
params.clear(); returns.clear();
|
||||||
setDescription("ExecuteAction", "Execute a single action.");
|
setDescription("ExecuteAction", "Execute a single action.");
|
||||||
params.insert("actionTypeId", "uuid");
|
|
||||||
params.insert("deviceId", "uuid");
|
|
||||||
params.insert("o:params", JsonTypes::paramTypeRef());
|
|
||||||
setParams("ExecuteAction", JsonTypes::actionDescription());
|
setParams("ExecuteAction", JsonTypes::actionDescription());
|
||||||
returns.insert("success", "bool");
|
returns.insert("success", "bool");
|
||||||
returns.insert("errorMessage", "string");
|
returns.insert("errorMessage", "string");
|
||||||
|
|||||||
Reference in New Issue
Block a user