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 BRZ (#6870)
  • Loading branch information
spudwebb authored May 25, 2024
1 parent 658fb08 commit ff9f352
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x026e/brz1.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,16 @@
"metadata": {
"reset": "Press and hold the button on the control for approximately 15 seconds (the LED will stop flashing when complete.\n\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/1787/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 ff9f352

Please sign in to comment.