From 1ffe5ee721434966b71794a763bfed609997dbeb Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 5 May 2014 20:30:21 +0200 Subject: [PATCH] bump version --- debian/changelog | 11 +++++++++-- tests/auto/api.json | 19 ++++++++++++++++++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 59df297f..a8150b5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -guh (0.1.2) UNRELEASED; urgency=medium +guh (0.1.3) UNRELEASED; urgency=medium + + * Added Actions.GetActionType(actionTypeId) to JSONRPC + * + + -- Michael Zanetti Mon, 05 May 2014 20:26:49 +0200 + +guh (0.1.2) trusty; urgency=medium * Added Plugin configs - -- Michael Zanetti Sun, 04 May 2014 22:23:34 +0200 + -- Michael Zanetti Mon, 05 May 2014 20:26:46 +0200 guh (0.1.1) trusty; urgency=low diff --git a/tests/auto/api.json b/tests/auto/api.json index 3800090b..001c2d90 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -0.1.2 +0.1.3 { "methods": { "Actions.ExecuteAction": { @@ -15,6 +15,23 @@ "success": "bool" } }, + "Actions.GetActionType": { + "description": "Get the ActionType for the given ActionTypeId", + "params": { + "actionTypeId": "uuid" + }, + "returns": { + "errorMessage": "string", + "o:actionType": { + "id": "uuid", + "name": "string", + "params": [ + "$ref:ParamType" + ] + }, + "success": "bool" + } + }, "Devices.AddConfiguredDevice": { "description": "Add a configured device. Use deviceDescriptorId or deviceParams, depending on the createMethod of the device class.", "params": {