From b715c2788ff81fcd759a1df3913663966c70ad5b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 5 Mar 2020 19:52:49 +0100 Subject: [PATCH] bump version --- debian/changelog | 6 ++++++ tests/auto/api.json | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 766758ff..874511ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ +nymea (0.20.0) UNRELEASED; urgency=medium + + + -- Michael Zanetti Thu, 05 Mar 2020 19:52:05 +0100 + nymea (0.19.0) xenial; urgency=medium + [ Michael Zanetti ] * Delete devices before plugin destruction * Cleanup Rule definition in introspection diff --git a/tests/auto/api.json b/tests/auto/api.json index 20d68706..21faae51 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1221,8 +1221,8 @@ "params": { }, "returns": { - "connected": "Bool", - "connectionState": "$ref:CloudConnectionState" + "connectionState": "$ref:CloudConnectionState", + "d:connected": "Bool" } }, "JSONRPC.KeepAlive": { @@ -1259,11 +1259,11 @@ "JSONRPC.SetNotificationStatus": { "description": "Enable/Disable notifications for this connections. Either \"enabled\" or \"namespaces\" needs to be given but not both of them. The boolean based \"enabled\" parameter will enable/disable all notifications at once. If instead the list-based \"namespaces\" parameter is provided, all given namespaceswill be enabled, the others will be disabled. The return value of \"success\" will indicate success of the operation. The \"enabled\" property in the return value is deprecated and used for legacy compatibilty only. It will be set to true if at least one namespace has been enabled.", "params": { - "o:enabled": "Bool", + "d:o:enabled": "Bool", "o:namespaces": "StringList" }, "returns": { - "enabled": "Bool", + "d:enabled": "Bool", "namespaces": "StringList" } },