bump api version

This commit is contained in:
Simon Stürz 2015-03-10 11:32:25 +01:00 committed by Michael Zanetti
parent 0652646240
commit 48b09ecf01
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
14
15
{
"methods": {
"Actions.ExecuteAction": {
@ -285,6 +285,9 @@
"o:eventDescriptorList": [
"$ref:EventDescriptor"
],
"o:exitActions": [
"$ref:Action"
],
"o:stateEvaluator": "$ref:StateEvaluator"
},
"returns": {
@ -575,6 +578,9 @@
"eventDescriptors": [
"$ref:EventDescriptor"
],
"exitActions": [
"$ref:Action"
],
"id": "Uuid",
"name": "String",
"stateEvaluator": "$ref:StateEvaluator"
@ -587,6 +593,7 @@
"RuleErrorEventTypeNotFound",
"RuleErrorActionTypeNotFound",
"RuleErrorInvalidParameter",
"RuleErrorInvalidRuleFormat",
"RuleErrorMissingParameter"
],
"SetupMethod": [