mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2026-06-15 20:08:37 -04:00
Add enabled config option to aprsd_weewx_plugin block
This commit is contained in:
@@ -6,6 +6,11 @@ weewx_group = cfg.OptGroup(
|
||||
)
|
||||
|
||||
weewx_opts = [
|
||||
cfg.BoolOpt(
|
||||
"enabled",
|
||||
default=True,
|
||||
help="Enable the weewx plugin",
|
||||
),
|
||||
cfg.FloatOpt(
|
||||
"latitude",
|
||||
default=None,
|
||||
|
||||
Reference in New Issue
Block a user