Discussions
How can I get the reponse like in the documentation about the lights scenes?
12 months ago by null
In the documentation there is an example response like the one below.
What is the request to get this response?
{
"sku": "H605C",
"device": "64:09:C5:32:37:36:2D:13",
"category": "devices.types.light",
"capabilities": [
{
"type": "devices.capabilities.dynamic_scene",
"instance": "lightScene",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "Sunrise",
"value": 0
},
{
"name": "Sunset",
"value": 1
},
{
"name": "Movie",
"value": 4
},
{
"name": "Dating",
"value": 5
},
{
"name": "Romantic",
"value": 7
},
{
"name": "Flash",
"value": 8
},
{
"name": "Candle",
"value": 9
}
]
}
},
]
} you