Skip to content

Commit

Permalink
fix(config): update zen16.json with extra parameters for v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeOriginal committed Dec 26, 2023
1 parent 9549a04 commit c80cfb0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/config/config/devices/0x027a/zen16.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c80cfb0

Please sign in to comment.