Hi @nayelyz ,
following this example:
https://developer.smartthings.com/docs/devices/configurations-and-presentations/embedded-device-configurations
And I also saw this:
https://community.smartthings.com/t/presentation-bug-colortemperature/242546/5
I would like to customize color temperature as I want(ex: 2000 ~ 7000), but seems not working.
My device profile id is 2952d000-7962-4f34-b0b2-1fd1f9f7ad3c.
But still default range 2200k to 6500k in APP view. May I ask there’s anything wrong? It’s hard to find examples to modify device profile configurations.
{
"mnmn": "0A6z",
"vid": "ST_04cf9bb7-0055-4719-94e5-24a5ae8402f6",
"version": "0.0.1",
"type": "profile",
"dashboard": {
"states": [
{
"component": "fan1",
"capability": "switch",
"version": 1,
"idx": 0,
"group": "main",
"composite": false
}
],
"actions": [
{
"component": "fan1",
"capability": "switch",
"version": 1,
"idx": 0,
"group": "main"
}
],
"basicPlus": []
},
"detailView": [
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
},
{
"component": "fan1",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "fan1",
"capability": "fanSpeed",
"version": 1,
"values": [],
"patch": []
},
{
"component": "light1",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "light1",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": []
},
{
"component": "light1",
"capability": "colorTemperature",
"version": 1,
"values": [
{
"key": "colorTemperature.value",
"range": [
2000,
7000
]
}
],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "fan1",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "fan1",
"capability": "fanSpeed",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "colorTemperature",
"version": 1,
"values": [
{
"key": "colorTemperature.value",
"range": [
2000,
7000
]
}
],
"patch": [],
"exclusion": []
}
],
"actions": [
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "fan1",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "fan1",
"capability": "fanSpeed",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "light1",
"capability": "colorTemperature",
"version": 1,
"values": [
{
"key": "colorTemperature.value",
"enabledValues": [],
"range": [
2000,
7000
]
},
{
"key": "setColorTemperature",
"enabledValues": [],
"range": [
2000,
7000
]
}
],
"patch": [],
"exclusion": []
}
]
},
"migration": true,
"isAutoUpdateRequired": true
}