Skip to content

Commit

Permalink
fix: value limits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 10, 2024
1 parent 6cb0e9b commit 404bc81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "Device will wakeup once after the configured delay",
"valueSize": 2,
"unit": "seconds",
"minValue": 1,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0,
"options": [
Expand Down

0 comments on commit 404bc81

Please sign in to comment.