From fc3e358ce181cb367cfbfe06ed5fb4aa6b1cb5b4 Mon Sep 17 00:00:00 2001 From: gjr80 Date: Wed, 29 Mar 2017 09:25:15 +1000 Subject: [PATCH] Reword simulator config stanza to reflect change to start option format --- bin/weewx/drivers/simulator.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/weewx/drivers/simulator.py b/bin/weewx/drivers/simulator.py index cd731494..03a935e2 100644 --- a/bin/weewx/drivers/simulator.py +++ b/bin/weewx/drivers/simulator.py @@ -264,8 +264,9 @@ class SimulatorConfEditor(weewx.drivers.AbstractConfEditor): # Generator. Emit LOOP packets as fast as possible (useful for testing). #mode = generator - # The start time. If not specified, the default is to use the present time. - #start = 2011-01-01 00:00 + # The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the default + # is to use the present time. + #start = 2011-01-01T00:00 # The driver to use: driver = weewx.drivers.simulator