I am trying to control the temperature level of the device using the statelessTemperatureButton. However, when I used the device profile registered with the presentation created in the device config, it is displaying with the following label. How can I change this label?
__PO_CODE_STATELESSSTEMPERATUREBUTTON_TEMPERATURE…
this is my device-config
{
"mnmn": "SmartThingsCommunity",
"vid": "ba5675a6-0c21-31c2-9627-29f5b38429aa",
"version": "0.0.1",
"type": "profile",
"dashboard": {
"states": [
{
"component": "main",
"capability": "switch",
"version": 1,
"idx": 0,
"group": "main",
"values": [],
"composite": false
}
],
"actions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"idx": 0,
"group": "main",
"inline": null
}
],
"basicPlus": []
},
"detailView": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": []
},
{
"component": "Single",
"capability": "statelessTemperatureButton",
"version": 1,
"values": [
{
"key": "availableTemperatureButtons.value",
"enabledValues": [],
"label": "LevelControl",
"range": [
0,
8
],
"step": 1
}
],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "Single",
"capability": "statelessTemperatureButton",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
],
"actions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "Single",
"capability": "statelessTemperatureButton",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
]
},
"presentationId": "ba5675a6-0c21-31c2-9627-29f5b38429aa",
"manufacturerName": "SmartThingsCommunity"
}