bump api
This commit is contained in:
parent
213b28ea83
commit
c0abc394f8
@ -146,6 +146,21 @@
|
|||||||
"o:value": "Variant"
|
"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": {
|
"Devices.GetSupportedDevices": {
|
||||||
"description": "Returns a list of supported Device classes, optionally filtered by vendorId.",
|
"description": "Returns a list of supported Device classes, optionally filtered by vendorId.",
|
||||||
"params": {
|
"params": {
|
||||||
|
|||||||
Reference in New Issue
Block a user