From ad780dd1c3e64eaedfeb61e840469677a0892bd0 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 7 Jan 2019 11:40:50 +0100 Subject: [PATCH] bump version --- debian/changelog | 4 ++++ tests/auto/api.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d349fd4b..16170309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +nymea (0.11.0) UNRELEASED; urgency=medium + + -- Michael Zanetti Thu, 03 Jan 2019 01:19:20 +0100 + nymea (0.10.0) xenial; urgency=medium [ Michael Zanetti ] diff --git a/tests/auto/api.json b/tests/auto/api.json index 92fe46e1..08cac836 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -235,7 +235,7 @@ } }, "Devices.AddConfiguredDevice": { - "description": "Add a configured device with a setupMethod of SetupMethodJustAdd. For devices with a setupMethod different than SetupMethodJustAdd, use PairDevice. Devices with CreateMethodJustAdd require all parameters to be supplied here. Devices with CreateMethodDiscovery require the use of a deviceDescriptorId. For discovered devices params not not required and will be taken from the DeviceDescriptor, however they can be overridden by supplying parameters here.", + "description": "Add a configured device with a setupMethod of SetupMethodJustAdd. For devices with a setupMethod different than SetupMethodJustAdd, use PairDevice. Devices with CreateMethodJustAdd require all parameters to be supplied here. Devices with CreateMethodDiscovery require the use of a deviceDescriptorId. For discovered devices params are not required and will be taken from the DeviceDescriptor, however, they may be overridden by supplying parameters here.", "params": { "deviceClassId": "Uuid", "name": "String", @@ -399,7 +399,7 @@ } }, "Devices.PairDevice": { - "description": "Pair a device. Use this for DeviceClasses with a setupMethod different than SetupMethodJustAdd. Use deviceDescriptorId or deviceParams, depending on the createMethod of the device class. CreateMethodJustAdd takes the parameters you want to have with that device. CreateMethodDiscovery requires the use of a deviceDescriptorId. If success is true, the return values will contain a pairingTransactionId, a displayMessage and the setupMethod. Depending on the setupMethod you should either proceed with AddConfiguredDevice or PairDevice.", + "description": "Pair a device. Use this for DeviceClasses with a setupMethod different than SetupMethodJustAdd. Use deviceDescriptorId or deviceParams, depending on the createMethod of the device class. CreateMethodJustAdd takes the parameters you want to have with that device. CreateMethodDiscovery requires the use of a deviceDescriptorId, optionally, parameters can be overridden here. If success is true, the return values will contain a pairingTransactionId, a displayMessage and the setupMethod. Depending on the setupMethod you should either proceed with AddConfiguredDevice or PairDevice.", "params": { "deviceClassId": "Uuid", "name": "String",