Skip to content

Commit

Permalink
fix(config): force-add missing CCs to ZMNHAA (zwave-js#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Nov 9, 2021
1 parent 109ad62 commit 94caddf
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions packages/config/config/devices/0x0159/zmnhaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,19 @@
},
"associations": {
"1": {
"label": "basic on/off",
"description": "triggered at change of the output Q state and reflecting its state",
"label": "Basic on/off - output Q",
"maxNodes": 16
},
"2": {
"label": "basic on/off - input I2",
"description": "(triggered at change of the input I2 state and reflecting its state)",
"label": "Basic on/off - input I2",
"maxNodes": 16
},
"3": {
"label": "basic on/off - input I3",
"description": "ttriggered at change of the input I3 state and reflecting its state)",
"label": "Basic on/off - input I3",
"maxNodes": 16
},
"4": {
"label": "Controller Updates",
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
}
Expand Down Expand Up @@ -155,5 +152,21 @@
"defaultValue": 300,
"unsigned": true
}
]
],
"compat": {
"commandClasses": {
"add": {
"0x72": {
// Manufacturer Specific CC is supported, but comes back as version 0
"version": 1,
"isSupported": true
},
"0x85": {
// Association CC is supported, but comes back as version 0
"version": 1,
"isSupported": true
}
}
}
}
}

0 comments on commit 94caddf

Please sign in to comment.