zwave-js/.config-db/devices/0x001a/rf9542.json
2025-01-10 22:05:04 -08:00

127 lines
2.3 KiB
JSON

{
"manufacturer": "Eaton",
"manufacturerId": "0x001a",
"label": "RF9542-Z",
"description": "Dimmer Accessory Switch",
"devices": [
{
"productType": "0x4441",
"productId": "0x0000",
"zwaveAllianceId": [745, 971]
},
{
"productType": "0x4441",
"productId": "0xaa00"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Delayed OFF Time",
"description": "Delay time in seconds",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "2",
"label": "Panic ON Time",
"description": "Time in seconds for panic mode",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "3",
"label": "Panic OFF Time",
"description": "Off time in seconds for panic mode",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "4",
"label": "Basic Set Value",
"description": "Send this value to associated devices",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "5",
"label": "Power Up State",
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 1
},
{
"label": "On",
"value": 2
},
{
"label": "Last state",
"value": 3
}
]
},
{
"#": "6",
"label": "Panic Mode Enable",
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 1
},
{
"label": "On",
"value": 2
}
]
},
{
"#": "7",
"label": "Dimmer Ramp Time",
"description": "Time in seconds to ramp to desired level",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
}
],
"compat": {
"mapBasicSet": "auto"
}
}