From 1433c0b875b4503182d8497d2a1989696e1fd561 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:36:47 -0500 Subject: [PATCH] Update options.json.repo: brightness should be float --- config_repo/options.json.repo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_repo/options.json.repo b/config_repo/options.json.repo index 15cf23952..1a243c9ea 100644 --- a/config_repo/options.json.repo +++ b/config_repo/options.json.repo @@ -86,9 +86,9 @@ "minimum" : "_min", "maximum" : "_max", "default" : "_default", -"description" : "Deprecated. Use Mean Target instead.
Changes the amount of light in the image.
Higher numbers are brighter.", +"description" : "Deprecated. Use Mean Target instead.
Changes the amount of light in the image. Higher numbers are brighter.", "label" : "Brightness", -"type" : "integer", +"type" : "float", "display" : "_display", "advanced" : 0 }, @@ -292,9 +292,9 @@ "minimum" : "_min", "maximum" : "_max", "default" : "_default", -"description" : "Deprecated. Use Mean Target instead.
Changes the amount of light in the image.
Higher numbers are brighter.", +"description" : "Deprecated. Use Mean Target instead.
Changes the amount of light in the image. Higher numbers are brighter.", "label" : "Brightness", -"type" : "integer", +"type" : "float", "display" : "_display", "advanced" : 0 },