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

23 lines
430 B
JSON

{
"supported_language": {
"$if": "productId === 0x0202",
"description": "If the language is supported you can use the Language parameter to change it",
"valueSize": 4,
"minValue": 0,
"maxValue": 1,
"unsigned": true,
"defaultValue": 0,
"readOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Not Supported",
"value": 0
},
{
"label": "Supported",
"value": 1
}
]
}
}