bump version
This commit is contained in:
parent
21f05315a6
commit
63fb728269
@ -42,7 +42,7 @@
|
||||
#include <QJsonDocument>
|
||||
#include <QStringList>
|
||||
|
||||
#define JSON_PROTOCOL_VERSION 7
|
||||
#define JSON_PROTOCOL_VERSION 8
|
||||
|
||||
JsonRPCServer::JsonRPCServer(QObject *parent):
|
||||
JsonHandler(parent),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
7
|
||||
8
|
||||
{
|
||||
"methods": {
|
||||
"Actions.ExecuteAction": {
|
||||
@ -147,7 +147,7 @@
|
||||
}
|
||||
},
|
||||
"Devices.GetStateValues": {
|
||||
"description": "Get all the state values of the give device.",
|
||||
"description": "Get all the state values of the given device.",
|
||||
"params": {
|
||||
"deviceId": "Uuid"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user