Discussions

Ask a Question
Back to All

How to combine different Capabalitites?

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}}
]
}
}