diff --git a/skins/Seasons/skin.conf b/skins/Seasons/skin.conf index 64593d55..acc74173 100644 --- a/skins/Seasons/skin.conf +++ b/skins/Seasons/skin.conf @@ -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 ###############################################################################