From 0f28d0f33c68c0dcde7c6f68039849fd834c4b32 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:04:34 -0500 Subject: [PATCH] Update options.json.repo: fix min and max for thresholds --- 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 7469f92e0..8a5db1404 100644 --- a/config_repo/options.json.repo +++ b/config_repo/options.json.repo @@ -72,8 +72,8 @@ }, { "name" : "daymeanthreshold", -"minimum" : "_min", -"maximum" : "_max", +"minimum" : "day_min", +"maximum" : "day_max", "default" : "day_default", "description" : "When using Mean Target this specifies how close to the target the brightness should be.", "label" : "Mean Threshold", @@ -278,8 +278,8 @@ }, { "name" : "nightmeanthreshold", -"minimum" : "_min", -"maximum" : "_max", +"minimum" : "night_min", +"maximum" : "night_max", "default" : "day_default", "description" : "When using Mean Target this specifies how close to the target the brightness should be.", "label" : "Mean Threshold",