Bonjour,
Voici ce que j’ai trouvé:
/plugins/deconz/core/config/types/Extended color light.json car le nom de l’équipement dans Deconz s’appelle : Extended color light 2
en espérant que ce soit bien ce fichier
{
"commands": [
{
"name": "Etat",
"type": "info",
"isVisible": 0,
"isHistorized": 1,
"subtype": "numeric",
"generic_type": "LIGHT_STATE",
"logicalId": "state::on"
},
{
"name": "On",
"type": "action",
"subtype": "other",
"generic_type": "LIGHT_ON",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat",
"logicalId": "on::1",
"template": {
"dashboard": "light",
"mobile": "light"
}
},
{
"name": "Off",
"type": "action",
"subtype": "other",
"generic_type": "LIGHT_OFF",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat",
"logicalId": "on::0",
"template": {
"dashboard": "light",
"mobile": "light"
}
},
{
"name": "Etat Luminosité",
"type": "info",
"isVisible": 0,
"isHistorized": 1,
"subtype": "numeric",
"generic_type": "LIGHT_STATE",
"logicalId": "state::bri"
},
{
"name": "Luminosité",
"type": "action",
"subtype": "slider",
"generic_type": "LIGHT_SLIDER",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat Luminosité",
"logicalId": "bri::#slider#",
"configuration" : {
"minValue" : 0,
"maxValue" : 255
},
"template": {
"dashboard": "light",
"mobile": "light"
}
},
{
"name": "Couleur",
"type": "action",
"subtype": "color",
"generic_type": "LIGHT_SET_COLOR",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat Couleur",
"logicalId": "xy::#color#"
},
{
"name": "Etat Couleur",
"type": "info",
"isVisible": 0,
"isHistorized": 1,
"subtype": "string",
"generic_type": "LIGHT_STATE",
"logicalId": "state::xy"
},
{
"name": "Température couleur",
"type": "action",
"subtype": "slider",
"generic_type": "LIGHT_SET_COLOR_TEMP",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat Température couleur",
"logicalId": "ct::#slider#",
"configuration" : {
"minValue" : 153,
"maxValue" : 500
}
},
{
"name": "Etat Température couleur",
"type": "info",
"isVisible": 0,
"isHistorized": 1,
"subtype": "numeric",
"generic_type": "LIGHT_COLOR_TEMP",
"logicalId": "state::ct"
},
{
"name": "Effet",
"type": "action",
"isVisible": 1,
"isHistorized": 0,
"subtype": "other",
"generic_type": "DONT",
"logicalId": "effect::colorloop"
}
]
}