diff --git a/packages/config/config/devices/0x027a/zen16.json b/packages/config/config/devices/0x027a/zen16.json index 456f8c705817..e937ce20eefd 100644 --- a/packages/config/config/devices/0x027a/zen16.json +++ b/packages/config/config/devices/0x027a/zen16.json @@ -74,6 +74,13 @@ "$import": "templates/zooz_template.json#zen16_switch_type_v2", "label": "Switch 1: Type" }, + { + "#": "25", + "$if": "firmwareVersion >= 1.2", + "$import": "templates/zooz_template.json#zen16_switch_invert_v2", + "label": "Switch 1: Invert Value" + "description": "Invert the reported values for your selected switch type in Sw1 terminals (select the same value as you chose for parameter 2 to invert the values for open and closed circuit).", + }, { "#": "3", "$if": "firmwareVersion <= 1.1", @@ -86,6 +93,13 @@ "$import": "templates/zooz_template.json#zen16_switch_type_v2", "label": "Switch 2: Type" }, + { + "#": "26", + "$if": "firmwareVersion >= 1.2", + "$import": "templates/zooz_template.json#zen16_switch_invert_v2", + "label": "Switch 2: Invert Value" + "description": "Invert the reported values for your selected switch type in Sw2 terminals (select the same value as you chose for parameter 3 to invert the values for open and closed circuit).", + }, { "#": "4", "$if": "firmwareVersion <= 1.1", @@ -98,6 +112,13 @@ "$import": "templates/zooz_template.json#zen16_switch_type_v2", "label": "Switch 3: Type" }, + { + "#": "27", + "$if": "firmwareVersion >= 1.2", + "$import": "templates/zooz_template.json#zen16_switch_invert_v2", + "label": "Switch 3: Invert Value" + "description": "Invert the reported values for your selected switch type in Sw3 terminals (select the same value as you chose for parameter 4 to invert the values for open and closed circuit).", + }, { "#": "5", "label": "LED Indicator",