Skip to content

Commit

Permalink
fix: remove option 4 of LED Indicator Mode for Zooz ZSE40, FW 32.32+ (#…
Browse files Browse the repository at this point in the history
…4451)

Co-authored-by: Z-Wave JS Bot <bot@zwave-js.io>
  • Loading branch information
blhoward2 and zwave-js-bot committed Apr 8, 2022
1 parent d509cbb commit ea6d458
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion packages/config/config/devices/0x027a/zse40.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
},
{
"#": "7",
"label": "LED indicator mode",
"$if": "firmwareVersion < 32.32",
"label": "LED Indicator Mode",
"valueSize": 1,
"minValue": 1,
"maxValue": 4,
Expand All @@ -174,6 +175,30 @@
"value": 4
}
]
},
{
"#": "7",
"$if": "firmwareVersion >= 32.32",
"label": "LED Indicator Mode",
"valueSize": 1,
"minValue": 1,
"maxValue": 3,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 1
},
{
"label": "Pulsing Temperature, Flashing Motion",
"value": 2
},
{
"label": "Flashing Temperature and Motion",
"value": 3
}
]
}
],
"metadata": {
Expand Down

0 comments on commit ea6d458

Please sign in to comment.