bump api version
This commit is contained in:
parent
a29b3a75eb
commit
f26ec0fa47
@ -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),
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user