fix method definition of SetCloudEnabled

This commit is contained in:
Michael Zanetti 2017-10-28 21:33:42 +02:00
parent 0078bd1d0c
commit 2da8c937ab

View File

@ -174,6 +174,7 @@ ConfigurationHandler::ConfigurationHandler(QObject *parent):
setDescription("SetCloudEnabled", "Sets whether the cloud connection is enabled or disabled in the settings.");
params.insert("enabled", JsonTypes::basicTypeToString(QVariant::Bool));
setParams("SetCloudEnabled", params);
returns.insert("configurationError", JsonTypes::configurationErrorRef());
setReturns("SetCloudEnabled", returns);
// Notifications