bump version
This commit is contained in:
parent
874f4b54d1
commit
1ffe5ee721
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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
|
* 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
|
guh (0.1.1) trusty; urgency=low
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
0.1.2
|
0.1.3
|
||||||
{
|
{
|
||||||
"methods": {
|
"methods": {
|
||||||
"Actions.ExecuteAction": {
|
"Actions.ExecuteAction": {
|
||||||
@ -15,6 +15,23 @@
|
|||||||
"success": "bool"
|
"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": {
|
"Devices.AddConfiguredDevice": {
|
||||||
"description": "Add a configured device. Use deviceDescriptorId or deviceParams, depending on the createMethod of the device class.",
|
"description": "Add a configured device. Use deviceDescriptorId or deviceParams, depending on the createMethod of the device class.",
|
||||||
"params": {
|
"params": {
|
||||||
|
|||||||
Reference in New Issue
Block a user