Skip to content

Commit

Permalink
fix(config): allow setting arbitrary Motion Sensitivity for ZSE70 (#7603
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tofurky authored Feb 9, 2025
1 parent 3d06a1b commit 89f5ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/config/devices/0x027a/zse70_800lr.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"label": "Motion Sensitivity",
"description": "1 = least sensitive, 8 = most sensitive",
"valueSize": 1,
"minValue": 0,
"maxValue": 8,
"defaultValue": 6,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
Expand Down

0 comments on commit 89f5ff8

Please sign in to comment.