From 1c9ea882cac29a6cc5f8c32380ea2ceb3eeb2850 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 12 Oct 2023 06:00:24 -0400 Subject: [PATCH] feat(config): add parameter 26 to Inovelli VZW31-SN (#6391) Co-authored-by: Dominic Griesel --- .../config/devices/0x031e/vzw31-sn.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/config/config/devices/0x031e/vzw31-sn.json b/packages/config/config/devices/0x031e/vzw31-sn.json index 58ee2751d4dc..c9660a68ad74 100644 --- a/packages/config/config/devices/0x031e/vzw31-sn.json +++ b/packages/config/config/devices/0x031e/vzw31-sn.json @@ -289,6 +289,27 @@ "label": "Increase Output Power (Non-Neutral)", "description": "Increase output power when in non-neutral mode. (May cause problems with high level flicker or aux switch detection. Adjust maximum level if you are having problems.)" }, + { + "#": "26", + "$if": "firmwareVersion >= 1.1", + "label": "Dimming Mode", + "valueSize": 1, + // This parameter is actually writable, but Inovelli asked to have it readonly + // to prevent accidental changes that can damage the device: + // https://github.com/zwave-js/node-zwave-js/issues/6273#issuecomment-1714585107 + "readOnly": true, + "allowManualEntry": false, + "options": [ + { + "label": "Leading edge", + "value": 0 + }, + { + "label": "Trailing edge", + "value": 1 + } + ] + }, { "#": "50", "label": "Button Delay Time",