Discussions
How to combine different Capabalitites?
3 months ago by Jan Frosch
Is it possible to put more functions into one request? If yes, why is this one not working:
{"requestId": "1",
"payload": {
"sku": "H61D5",
"device": "mac adrr",
"capabilities":[
{"type": "devices.capabilities.color_setting","instance":"colorRgb","state":{"value":16744192}},
{"type":"devices.capabilities.range","instance":"brightness","state":{"value": 20}}
]
}
}