From 723f94afdb5e6c2d66ea04ebe810d51bfab1fc3b Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Mon, 4 Feb 2013 13:14:45 +0000 Subject: [PATCH] minor edits --- NEW_FEATURES.txt | 2 -- TODO.txt | 10 +++++----- docs/customizing.htm | 8 ++++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index e7e72a12..b77931ee 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -21,8 +21,6 @@ Offer "cumulative" as an aggregation type. Allow rain-to-date to be added to a partial rainyear. -Debian packaging. - ET appears only at the top of the hour in an archive record. So, it's effective archive interval is 60 minutes. Does this carry through? diff --git a/TODO.txt b/TODO.txt index 1294a205..b42c3a74 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,10 +7,10 @@ In particular, see Paul G's note about softWx. consider changing these: -config-vp.py -> wee-config-vantage.py - -config-database.py -> wee-config-database.py - runreports.py -> wee-reports.py +config_database.py -> wee-config-database.py +config_vp.py -> wee-config-vantage.py +config_fousb.py -> wee-config-fousb.py -config-fousb.py -> wee-config-fousb.py +VantagePro.py -> vantage.py +WMR918.py -> wmr9x8.py diff --git a/docs/customizing.htm b/docs/customizing.htm index b885d619..ca2d74db 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -1444,10 +1444,10 @@ outTemp = Outside Temperature

encoding

This option controls which encoding is to be used for the generated output. There are 3 possible choices:

- +
- + @@ -2175,7 +2175,7 @@ mv weewx.sdb_new weewx.sdb

showing a plot of each day's consumption for the past month.

If you wish to use the new type in the templates, it will be available using the same syntax as any other type. Here are some other tags that might be useful:

-
EncodingComCommentsComments
html_entities
+
@@ -2272,7 +2272,7 @@ mv weewx.sdb_new weewx.sdb

function that yields loop packets, one after another. Don't worry about stopping it: the engine will do this when an archive record is due. A loop packet is a dictionary. At the very minimum it must contain keys

-
Tag Meaning
+
dateTime The time of the observation in unix epoch time.