Skip to content

Commit

Permalink
Merge pull request #2819 from thomasjacquin/options.json.repo-fix-min…
Browse files Browse the repository at this point in the history
…-and-max-for-thresholds

Update options.json.repo: fix min and max for thresholds
  • Loading branch information
EricClaeys authored Jun 21, 2023
2 parents db529c0 + 0f28d0f commit caba97c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config_repo/options.json.repo
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
},
{
"name" : "daymeanthreshold",
"minimum" : "_min",
"maximum" : "_max",
"minimum" : "day_min",
"maximum" : "day_max",
"default" : "day_default",
"description" : "When using <b>Mean Target</b> this specifies how close to the target the brightness should be.",
"label" : "Mean Threshold",
Expand Down Expand Up @@ -278,8 +278,8 @@
},
{
"name" : "nightmeanthreshold",
"minimum" : "_min",
"maximum" : "_max",
"minimum" : "night_min",
"maximum" : "night_max",
"default" : "day_default",
"description" : "When using <b>Mean Target</b> this specifies how close to the target the brightness should be.",
"label" : "Mean Threshold",
Expand Down

0 comments on commit caba97c

Please sign in to comment.