{ "commands": [ { "name": "Pourcentage éteind", "type": "info", "subtype": "numeric", "display": { "generic_type": "DONT" }, "isVisible": 0, "isHistorized": 0, "logicalId": "intensity" }, { "name": "Pourcentage allumé", "type": "info", "subtype": "numeric", "display": { "generic_type": "LIGHT_STATE" }, "isVisible": 0, "isHistorized": 0, "logicalId": "intensityOn" }, { "name": "Statut éteind Binaire", "type": "info", "subtype": "numeric", "display": { "generic_type": "DONT" }, "isVisible": 0, "isHistorized": 0, "logicalId": "intensity_binary" }, { "name": "Définir niveau éteind en %", "type": "action", "subtype": "slider", "display": { "generic_type": "DONT" }, "configuration" : { "action" : "set_intensity", "minValue" : 0, "maxValue" : 100 }, "value": "Pourcentage éteind", "isVisible": 1, "logicalId": "intensity_slider" }, { "name": "Définir niveau allumé en %", "type": "action", "subtype": "slider", "display": { "generic_type": "LIGHT_SLIDER" }, "configuration" : { "action" : "set_intensity", "minValue" : 0, "maxValue" : 100, "type": "open" }, "value": "Pourcentage allumé", "isVisible": 1, "logicalId": "intensity_sliderOn" }, { "name": "Allumé", "type": "action", "subtype": "other", "display": { "generic_type": "LIGHT_ON", "forceReturnLineBefore": 1 }, "configuration" : { "action" : "set_intensity", "value" : 0 }, "isVisible": 1, "logicalId": "on" }, { "name": "Eteindre", "type": "action", "subtype": "other", "display": { "generic_type": "LIGHT_OFF" }, "configuration" : { "action" : "set_intensity", "value" : 100 }, "isVisible": 1, "logicalId": "off" }, { "name": "Rafraichir", "type": "action", "subtype": "other", "display": { "generic_type": "DONT" }, "configuration" : { "action" : "refresh" }, "isVisible": 1, "logicalId": "refresh" } ] }