bump api version
This commit is contained in:
parent
a29b3a75eb
commit
f26ec0fa47
@ -44,7 +44,7 @@
|
||||
#include <QJsonDocument>
|
||||
#include <QStringList>
|
||||
|
||||
#define JSON_PROTOCOL_VERSION 16
|
||||
#define JSON_PROTOCOL_VERSION 17
|
||||
|
||||
JsonRPCServer::JsonRPCServer(QObject *parent):
|
||||
JsonHandler(parent),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
16
|
||||
17
|
||||
{
|
||||
"methods": {
|
||||
"Actions.ExecuteAction": {
|
||||
@ -607,7 +607,7 @@
|
||||
"RuleErrorInvalidParameter",
|
||||
"RuleErrorInvalidRuleFormat",
|
||||
"RuleErrorMissingParameter",
|
||||
"RuleErrorInvalidRuleActionPatameter"
|
||||
"RuleErrorInvalidRuleActionParameter"
|
||||
],
|
||||
"SetupMethod": [
|
||||
"SetupMethodJustAdd",
|
||||
|
||||
Reference in New Issue
Block a user