Discussions

Ask a Question
Back to All

Segment Color Control Not Working

I am able to adjust brightness of segments, but not the color. Others seem to have had this issue as well. How can I fix it? Here is my JSON request:

{
"payload": {
"capability": {
"instance": "segmentedColorRgb",
"type": "devices.capabilities.segment_color_setting",
"value": {
"segment": [
0,
1,
2,
3,
4,
5,
6,
7
],
"rgb": 16711680
}
},
"sku": "H6061",
"device": DEVICE_ID
},
"requestId": 1
}