bump version

This commit is contained in:
Michael Zanetti 2014-12-14 13:38:52 +01:00 committed by Michael Zanetti
parent 21f05315a6
commit 63fb728269
2 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -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"
}, },