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

58 lines
1.2 KiB
JSON

{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "HAC01",
"description": "In-Wall Remote Insert",
"devices": [
{
"productType": "0x0010",
"productId": "0x0001",
"zwaveAllianceId": 694
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Switch Input Change",
"description": "Target nodes that receive Basic Set command when the switch input changed.",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Level",
"description": "The Basic Set Command is sent with this value.",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "2",
"label": "Amount of Delay",
"description": "Amount Of Delay (seconds) to send the Basic Set Off command.",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 127,
"defaultValue": 1
}
],
"compat": {
"mapBasicSet": "auto",
// The device supports Binary Switch CC, despite the Version query telling otherwise
"commandClasses": {
"add": {
"Binary Switch": {
"isSupported": true,
"version": 1
}
}
}
}
}