zwave-js/.config-db/devices/0x5254/zdm-80.json

92 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Remotec",
"manufacturerId": "0x5254",
"label": "ZDM-80",
"description": "Wall Plug Dimmer Switch",
"devices": [
{
"productType": "0x8201",
"productId": "0x8021",
"zwaveAllianceId": 1155
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Group 2",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "All On/All Off",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "All on active, all off active",
"value": 255
},
{
"label": "All on is not active, all off is not active",
"value": 0
},
{
"label": "All on is not active, all off active",
"value": 1
},
{
"label": "All on active, all off is not active",
"value": 2
}
]
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "13",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Double Click Option",
"defaultValue": 1
},
{
"#": "17",
"label": "Dimming Time Frame",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 5,
"defaultValue": 3
},
{
"#": "18",
"label": "Maximum Dimmer Level Control",
"valueSize": 1,
"minValue": 2,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "19",
"label": "Minimum Dimmer Level Control",
"valueSize": 1,
"minValue": 1,
"maxValue": 98,
"defaultValue": 13
}
]
}