bump version

pull/1/head
Michael Zanetti 2014-05-05 20:30:21 +02:00
parent 874f4b54d1
commit 1ffe5ee721
2 changed files with 27 additions and 3 deletions

11
debian/changelog vendored
View File

@ -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 <micha@noneyet> Mon, 05 May 2014 20:26:49 +0200
guh (0.1.2) trusty; urgency=medium
* Added Plugin configs
-- Michael Zanetti <micha@noneyet> Sun, 04 May 2014 22:23:34 +0200
-- Michael Zanetti <micha@noneyet> Mon, 05 May 2014 20:26:46 +0200
guh (0.1.1) trusty; urgency=low

View File

@ -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": {