Skip to content

Commit

Permalink
fix(config): override CC versions for Wayne Dalton WDTC-20 (#6822)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored May 8, 2024
1 parent 8c5deb1 commit 892698e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/config/config/devices/0x0008/wdtc-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,36 @@
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"compat": {
// The device reports version 0 for several of its command classes
"commandClasses": {
"add": {
"Binary Switch": {
"isSupported": true,
"version": 1
},
"Indicator": {
"isSupported": true,
"version": 1
},
"Multilevel Sensor": {
"isSupported": true,
"version": 1
},
"Thermostat Mode": {
"isSupported": true,
"version": 1
},
"Thermostat Setpoint": {
"isSupported": true,
"version": 1
},
"Thermostat Operating State": {
"isSupported": true,
"version": 1
}
}
}
}
}

0 comments on commit 892698e

Please sign in to comment.