Skip to content

Commit

Permalink
V1.19.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Oct 22, 2024
1 parent 510de88 commit b5a81ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ def GetAddOns():
"device_max_values", return_type=str, default=""
),
"string",
"Comma separated list of maximum temperature values for the sensor. The order of these values must match the order of the Sensor Names. Leave blank to disable External Temp Sensor gauges.",
"Comma separated list of maximum temperature values for the sensor. This is the maximum gauge value. The order of these values must match the order of the Sensor Names. Leave blank to disable External Temp Sensor gauges.",
bounds="",
display_name="Sensor Maximum Values",
)
Expand All @@ -2089,7 +2089,7 @@ def GetAddOns():
"device_min_values", return_type=str, default=""
),
"string",
"Comma separated list of minimum temperature values for the sensor. The order of these values must match the order of the Sensor Names. Leave blank to set all sensors minimum value to zero.",
"Comma separated list of minimum temperature values for the sensor. This is the minimum gauge value. The order of these values must match the order of the Sensor Names. Leave blank to set all sensors minimum value to zero.",
bounds="",
display_name="Sensor Minimum Values",
)
Expand Down

0 comments on commit b5a81ca

Please sign in to comment.