mirror of https://github.com/nymea/nymea.git
bump version
parent
874f4b54d1
commit
1ffe5ee721
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue