zwave-js/.config-db/devices/0x0330/templates/sunricher_template.json
2025-01-10 22:05:04 -08:00

20 lines
300 B
JSON

{
"scene_command_type": {
"label": "Scene Command Type",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Central Scene",
"value": 0
},
{
"label": "Scene Activation",
"value": 1
}
]
}
}