Skip to content

Commit

Permalink
Merge pull request #2806 from thomasjacquin/options.json.repo-brightn…
Browse files Browse the repository at this point in the history
…ess-should-be-float

Update options.json.repo: brightness should be float
  • Loading branch information
EricClaeys authored Jun 19, 2023
2 parents 067a94e + 1433c0b commit 1915439
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 @@ -86,9 +86,9 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "_default",
"description" : "<strong>Deprecated</strong>. Use <span class='WebUISettings'>Mean Target</span> instead.<br>Changes the amount of light in the image.<br>Higher numbers are brighter.",
"description" : "<strong>Deprecated</strong>. Use <span class='WebUISettings'>Mean Target</span> instead.<br>Changes the amount of light in the image. Higher numbers are brighter.",
"label" : "Brightness",
"type" : "integer",
"type" : "float",
"display" : "_display",
"advanced" : 0
},
Expand Down Expand Up @@ -292,9 +292,9 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "_default",
"description" : "<strong>Deprecated</strong>. Use <span class='WebUISettings'>Mean Target</span> instead.<br>Changes the amount of light in the image.<br>Higher numbers are brighter.",
"description" : "<strong>Deprecated</strong>. Use <span class='WebUISettings'>Mean Target</span> instead.<br>Changes the amount of light in the image. Higher numbers are brighter.",
"label" : "Brightness",
"type" : "integer",
"type" : "float",
"display" : "_display",
"advanced" : 0
},
Expand Down

0 comments on commit 1915439

Please sign in to comment.