Skip to content

Commit

Permalink
fix(config): override Central Scene CC version for Springs Window Fas…
Browse files Browse the repository at this point in the history
…hions VCZ1 (#7263)
  • Loading branch information
spudwebb authored Oct 9, 2024
1 parent 387a14c commit 42d93f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x026e/vcz1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,16 @@
"metadata": {
"reset": "Press and hold the button on the control for approximately 15 seconds (the LED will stop flashing when complete.\n\n\"Please use this procedure only when the network primary controller is missing or otherwise inoperable.\"",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1786/Graber%20Virtual%20Cord%20Owner's%20Manual.pdf"
},
"compat": {
// The device reports version 0 for the Central Scene command class
"commandClasses": {
"add": {
"Central Scene": {
"isSupported": true,
"version": 1
}
}
}
}
}

0 comments on commit 42d93f0

Please sign in to comment.