Skip to content

Commit

Permalink
#3689 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Feb 16, 2025
1 parent c912799 commit 1937b1e
Show file tree
Hide file tree
Showing 58 changed files with 31,870 additions and 821 deletions.
1 change: 1 addition & 0 deletions config_repo/allskyDefines.inc.repo
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ define('ALLSKY_STATUS', 'XX_ALLSKY_STATUS_XX');
define('RASPI_CONFIG', 'XX_RASPI_CONFIG_XX');
define('RASPI_ADMIN_DETAILS', 'XX_RASPI_CONFIG_XX/raspap.auth');
define('CONFIG_UPDATE_STRING', 'XX_NEED_TO_UPDATE_XX');
define('ALLSKY_MYFILES_DIR', 'XX_ALLSKY_MYFILES_DIR_XX');

// Split the placeholder so it doesn't get replaced.
if (ALLSKY_HOME == "XX_ALLSKY_HOME" . "_XX") {
Expand Down
19 changes: 15 additions & 4 deletions config_repo/options.json.repo
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "_default",
"description" : "Maximum daytime Auto-Exposure time in milliseconds (1000ms = 1 sec).<br>Click <a allsky='true' external='true' href='/documentation/settings/allsky.html#daymaxautoexposure'>here</a> to see how this setting impacts the time between exposures.",

"description" : "Maximum daytime Auto-Exposure time in milliseconds (1000ms = 1 sec).",
"label" : "Max Auto-Exposure",
"label_prefix" : "Daytime",
"type" : "float",
Expand All @@ -69,7 +68,7 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "day_default",
"description" : "Manual exposure time in milliseconds (1000ms = 1 sec). Can be a fraction.<br>If using daytime <span class='WebUISetting'>Auto-Exposure</span>, this number is used as a starting point.<br>Click <a allsky='true' external='true' href='/documentation/settings/allsky.html#dayexposure'>here</a> to see how this setting impacts the time between exposures.",
"description" : "Manual exposure time in milliseconds (1000ms = 1 sec). Can be a fraction.<br>If using daytime <span class='WebUISetting'>Auto-Exposure</span>, this number is used as a starting point.",
"label" : "Manual Exposure",
"label_prefix" : "Daytime",
"type" : "float",
Expand Down Expand Up @@ -629,6 +628,18 @@
"action" : "reload"
},
{
"name" : "gamma",
"display" : "_display",
"minimum" : "_min",
"maximum" : "_max",
"default" : "_default",
"description" : "Changes the difference between light and dark areas.<br>Higher numbers increase contrast.",
"label" : "Gamma",
"type" : "integer",
"usage" : "capture",
"action" : "reload"
},
{
"name" : "aggression",
"display" : "_display",
"minimum" : "_min",
Expand Down Expand Up @@ -753,7 +764,7 @@
{
"name" : "consistentdelays",
"default" : true,
"description" : "Enable to have the delays between images be a consistent length.<br>The time between the start of exposures will always be <span class='WebUISetting'>Max Auto-Exposure + Delay</span>.",
"description" : "Enable to have the delays between images be a consistent length.<br>The time between the start of exposures will always be (max exposure + delay).",
"label" : "Consistent Delays Between Images",
"type" : "boolean",
"usage" : "capture",
Expand Down
Loading

0 comments on commit 1937b1e

Please sign in to comment.