diff --git a/server/jsonrpc/jsonrpcserver.cpp b/server/jsonrpc/jsonrpcserver.cpp index dc146d44..f700db25 100644 --- a/server/jsonrpc/jsonrpcserver.cpp +++ b/server/jsonrpc/jsonrpcserver.cpp @@ -42,7 +42,7 @@ #include #include -#define JSON_PROTOCOL_VERSION 7 +#define JSON_PROTOCOL_VERSION 8 JsonRPCServer::JsonRPCServer(QObject *parent): JsonHandler(parent), diff --git a/tests/auto/api.json b/tests/auto/api.json index 28eaab28..96c9a0c1 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -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" },