diff --git a/packages/config/config/devices/0x027a/zen74.json b/packages/config/config/devices/0x027a/zen74.json index 98ebdf98dc9b..9ff78b7a731c 100644 --- a/packages/config/config/devices/0x027a/zen74.json +++ b/packages/config/config/devices/0x027a/zen74.json @@ -51,7 +51,7 @@ { // This parameter was changed in firmware 10.10 and split into parameters 9, 27, 28, and 29 "#": "9", - "$if": "firmwareVersion >= 10.10", + "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10", "$import": "templates/zooz_template.json#dimmer_on_ramp_rate" }, { @@ -61,17 +61,17 @@ }, { "#": "27", - "$if": "firmwareVersion >= 10.10", + "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10", "$import": "templates/zooz_template.json#dimmer_off_ramp_rate" }, { "#": "28", - "$if": "firmwareVersion >= 10.10", + "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10", "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate" }, { "#": "29", - "$if": "firmwareVersion >= 10.10", + "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10", "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate" }, { @@ -120,12 +120,12 @@ }, { "#": "26", - "$if": "firmwareVersion >= 10.0", + "$if": "firmwareVersion >= 1.03", "$import": "templates/zooz_template.json#local_programming" }, { "#": "30", - "$if": "firmwareVersion >= 10.10", + "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10", "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4" } ],