bump api version
This commit is contained in:
parent
0652646240
commit
48b09ecf01
@ -44,7 +44,7 @@
|
||||
#include <QJsonDocument>
|
||||
#include <QStringList>
|
||||
|
||||
#define JSON_PROTOCOL_VERSION 14
|
||||
#define JSON_PROTOCOL_VERSION 15
|
||||
|
||||
JsonRPCServer::JsonRPCServer(QObject *parent):
|
||||
JsonHandler(parent),
|
||||
|
||||
@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user