diff --git a/packages/config/config/devices/0x031e/lzw31-sn.json b/packages/config/config/devices/0x031e/lzw31-sn.json index d51694262a85..1bba6fadbc81 100644 --- a/packages/config/config/devices/0x031e/lzw31-sn.json +++ b/packages/config/config/devices/0x031e/lzw31-sn.json @@ -89,6 +89,7 @@ }, { "#": "5", + "$if": "firmwareVersion < 1.57", "label": "Minimum Dim Level", "unit": "%", "valueSize": 1, @@ -96,6 +97,16 @@ "maxValue": 45, "defaultValue": 1 }, + { + "#": "5", + "$if": "firmwareVersion >= 1.57", + "label": "Minimum Dim Level", + "unit": "%", + "valueSize": 1, + "minValue": 1, + "maxValue": 98, + "defaultValue": 1 + }, { "#": "6", "label": "Maximum Dim Level",