mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 17:16:56 -04:00
No longer generate yearhilow. It was never used.
This commit is contained in:
@@ -518,26 +518,16 @@
|
||||
[[[[supplyVoltage]]]]
|
||||
[[[[referenceVoltage]]]]
|
||||
|
||||
# Plot of high/low temperatures
|
||||
[[[yearhilow]]]
|
||||
[[[[hi]]]]
|
||||
data_type = outTemp
|
||||
aggregate_type = max
|
||||
label = High
|
||||
[[[[low]]]]
|
||||
data_type = outTemp
|
||||
aggregate_type = min
|
||||
label = Low Temperature
|
||||
|
||||
# A progressive vector plot of daily gust vectors overlayed
|
||||
# with the daily wind average would look something like this:
|
||||
# [[[yeargustvec]]]
|
||||
# [[[[windvec]]]]
|
||||
# plot_type = vector
|
||||
# aggregate_type = avg
|
||||
# [[[[windgustvec]]]]
|
||||
# plot_type = vector
|
||||
# This is how to generate a plot of high/low temperatures for the year:
|
||||
# [[[yearhilow]]]
|
||||
# [[[[hi]]]]
|
||||
# data_type = outTemp
|
||||
# aggregate_type = max
|
||||
# label = High
|
||||
# [[[[low]]]]
|
||||
# data_type = outTemp
|
||||
# aggregate_type = min
|
||||
# label = Low Temperature
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user