From 4d3c9280011448fd95f34b06f57c71bb98ac809b Mon Sep 17 00:00:00 2001 From: Michael Galassi Date: Tue, 17 Sep 2024 01:09:43 -0700 Subject: [PATCH] feat(config): add LED indication parameter for Inovelli NZW31 dimmer (#7172) --- packages/config/config/devices/0x0312/nzw31.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/config/config/devices/0x0312/nzw31.json b/packages/config/config/devices/0x0312/nzw31.json index 734b862608e9..cc39fa50b002 100644 --- a/packages/config/config/devices/0x0312/nzw31.json +++ b/packages/config/config/devices/0x0312/nzw31.json @@ -32,6 +32,10 @@ "maxValue": 99, "defaultValue": 1 }, + { + "#": "3", + "$import": "~/templates/master_template.json#led_indicator_four_options" + }, { "#": "4", "$import": "~/templates/master_template.json#orientation"