mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 17:16:56 -04:00
Reword simulator config stanza to reflect change to start option format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user