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