From 42d93f02f1c7f095ae970ce0d227aed90ce8862e Mon Sep 17 00:00:00 2001 From: spudwebb Date: Wed, 9 Oct 2024 14:03:35 -0400 Subject: [PATCH] fix(config): override Central Scene CC version for Springs Window Fashions VCZ1 (#7263) --- packages/config/config/devices/0x026e/vcz1.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/config/config/devices/0x026e/vcz1.json b/packages/config/config/devices/0x026e/vcz1.json index 00f250d68001..dd0c5051b83e 100644 --- a/packages/config/config/devices/0x026e/vcz1.json +++ b/packages/config/config/devices/0x026e/vcz1.json @@ -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 + } + } + } } }