Skip to content

Commit

Permalink
V1.19.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Feb 27, 2024
1 parent cac25e8 commit 9a4bd32
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions genserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ def ReadAdvancedSettingsFromFile():
5,
ProgramDefaults.ServerPort,
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"server_port",
Expand Down Expand Up @@ -2434,7 +2434,7 @@ def ReadAdvancedSettingsFromFile():
8,
"0.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"additional_modbus_timeout",
Expand All @@ -2456,7 +2456,7 @@ def ReadAdvancedSettingsFromFile():
10,
9600,
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"serial_rate",
Expand Down Expand Up @@ -2489,7 +2489,7 @@ def ReadAdvancedSettingsFromFile():
13,
"0.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"watchdog_addition",
Expand Down Expand Up @@ -2581,12 +2581,12 @@ def ReadAdvancedSettingsFromFile():
"serialnumberifmissing",
]
ConfigSettings["additionalrunhours"] = [
"string",
"float",
"Additional Run Hours",
37,
"",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"additionalrunhours",
Expand All @@ -2608,7 +2608,7 @@ def ReadAdvancedSettingsFromFile():
39,
"0.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"subtractfuel",
Expand Down Expand Up @@ -2644,7 +2644,7 @@ def ReadAdvancedSettingsFromFile():
46,
"240",
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"nominallinevolts",
Expand All @@ -2655,7 +2655,7 @@ def ReadAdvancedSettingsFromFile():
47,
"0",
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"outage_notice_delay",
Expand All @@ -2666,7 +2666,7 @@ def ReadAdvancedSettingsFromFile():
48,
"0",
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"min_outage_duration",
Expand All @@ -2677,7 +2677,7 @@ def ReadAdvancedSettingsFromFile():
49,
"0",
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"outage_notice_interval",
Expand Down Expand Up @@ -2727,7 +2727,7 @@ def ReadAdvancedSettingsFromFile():
56,
"0.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"half_rate",
Expand All @@ -2738,7 +2738,7 @@ def ReadAdvancedSettingsFromFile():
57,
"0.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"full_rate",
Expand All @@ -2761,7 +2761,7 @@ def ReadAdvancedSettingsFromFile():
61,
"15.0",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"fuel_log_freq",
Expand All @@ -2785,18 +2785,18 @@ def ReadAdvancedSettingsFromFile():
71,
"",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"currentdivider",
]
ConfigSettings["currentoffset"] = [
"string",
"float",
"Current Offset",
72,
"",
"",
0,
"number",
GENMON_CONFIG,
GENMON_SECTION,
"currentoffset",
Expand Down Expand Up @@ -2830,7 +2830,7 @@ def ReadAdvancedSettingsFromFile():
81,
"",
"",
0,
"digits",
GENMON_CONFIG,
GENMON_SECTION,
"https_port",
Expand All @@ -2852,7 +2852,7 @@ def ReadAdvancedSettingsFromFile():
83,
"0",
"",
0,
"digits",
MAIL_CONFIG,
MAIL_SECTION,
"extend_wait",
Expand Down

0 comments on commit 9a4bd32

Please sign in to comment.