mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2026-04-24 10:04:00 -04:00
Add enabled config option to aprsd_weewx_plugin block
This commit is contained in:
parent
db9f7f982d
commit
0a0cc61c41
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user