This commit is contained in:
Michael Zanetti 2014-12-13 17:20:09 +01:00 committed by Michael Zanetti
parent 213b28ea83
commit c0abc394f8

View File

@ -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": {