Skip to content

Commit

Permalink
fix(config): add value 3 to param 4 for Zooz Zen16 (#4404)
Browse files Browse the repository at this point in the history
Co-authored-by: AlCalzone <[email protected]>
  • Loading branch information
GaTechThomas and AlCalzone authored Mar 27, 2022
1 parent 55bf1ba commit b70f39c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/config/config/devices/0x027a/zen16.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,32 @@
},
{
"#": "4",
"$if": "firmwareVersion <= 1.1",
"label": "Switch 3: Type",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 2,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Momentary",
"value": 0
},
{
"label": "Toggle (follow switch)",
"value": 1
},
{
"label": "Toggle (change state on toggle)",
"value": 2
}
]
},
{
"#": "4",
"$if": "firmwareVersion >= 1.2",
"label": "Switch 3: Type",
"valueSize": 1,
"minValue": 0,
Expand All @@ -194,6 +220,10 @@
{
"label": "Toggle (change state on toggle)",
"value": 2
},
{
"label": "Garage door (momentary mode for Z-Wave control)",
"value": 3
}
]
},
Expand Down

0 comments on commit b70f39c

Please sign in to comment.