bump api version

This commit is contained in:
Simon Stürz 2015-03-12 16:05:49 +01:00 committed by Michael Zanetti
parent a29b3a75eb
commit f26ec0fa47
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
#include <QJsonDocument> #include <QJsonDocument>
#include <QStringList> #include <QStringList>
#define JSON_PROTOCOL_VERSION 16 #define JSON_PROTOCOL_VERSION 17
JsonRPCServer::JsonRPCServer(QObject *parent): JsonRPCServer::JsonRPCServer(QObject *parent):
JsonHandler(parent), JsonHandler(parent),

View File

@ -1,4 +1,4 @@
16 17
{ {
"methods": { "methods": {
"Actions.ExecuteAction": { "Actions.ExecuteAction": {
@ -607,7 +607,7 @@
"RuleErrorInvalidParameter", "RuleErrorInvalidParameter",
"RuleErrorInvalidRuleFormat", "RuleErrorInvalidRuleFormat",
"RuleErrorMissingParameter", "RuleErrorMissingParameter",
"RuleErrorInvalidRuleActionPatameter" "RuleErrorInvalidRuleActionParameter"
], ],
"SetupMethod": [ "SetupMethod": [
"SetupMethodJustAdd", "SetupMethodJustAdd",