From c0abc394f8115f8f0817610df3ddf5390f2a9645 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 13 Dec 2014 17:20:09 +0100 Subject: [PATCH] bump api --- tests/auto/api.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/auto/api.json b/tests/auto/api.json index 620dc2c3..28eaab28 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -146,6 +146,21 @@ "o:value": "Variant" } }, + "Devices.GetStateValues": { + "description": "Get all the state values of the give device.", + "params": { + "deviceId": "Uuid" + }, + "returns": { + "deviceError": "$ref:DeviceError", + "o:values": [ + { + "stateTypeId": "Uuid", + "value": "Variant" + } + ] + } + }, "Devices.GetSupportedDevices": { "description": "Returns a list of supported Device classes, optionally filtered by vendorId.", "params": {