Skip to content

Commit

Permalink
feat(config): update Zooz ZEN32 with button press blinking param for …
Browse files Browse the repository at this point in the history
…fw v2.40
  • Loading branch information
hceuterpe committed Jan 11, 2025
1 parent c80a52d commit 876120f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/config/config/devices/0x027a/zen32.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@
"label": "Send Status Change Report: Timer",
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
"defaultValue": 1
},
{
"#": "27",
"$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
"label": "LED Blinking When Buttons Are Pressed",
"description": "Choose if you want the LED indicators to flash whenever a button is pressed on the device to confirm scene activation.",
"defaultValue": 0
}
],
"compat": {
Expand Down

0 comments on commit 876120f

Please sign in to comment.