From 4cc1458ecc467df9912586980fde423dc477d060 Mon Sep 17 00:00:00 2001 From: Heath Garvin <60587708+MinoDab492@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:13:53 -0800 Subject: [PATCH] Update appsettings.json Corrects spelling of Luminance in AppSettings.json --- config/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/appsettings.json b/config/appsettings.json index af3ccac..406985b 100644 --- a/config/appsettings.json +++ b/config/appsettings.json @@ -8,7 +8,7 @@ "RelativeDarkLuminanceThreshold": 0.8, "CdLuminanceFlashThreshold": 20, //flash transition "CdDarkLuminanceThreshold": 160, - //possible CD luminanve values for look up table + //possible CD luminance values for look up table "CdLuminanceValues": [ 0.07, 0.09, @@ -575,4 +575,4 @@ "IncludeScopes": true } } -} \ No newline at end of file +}