Skip to content

Commit

Permalink
create new example file and up to rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jul 16, 2024
1 parent f5f2f73 commit a6f2d15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
from weewx.engine import StdEngine, StdService
# pylint: enable=wrong-import-position

VERSION = '3.0.0-rc08'
VERSION = '3.0.0-rc10'
DRIVER_NAME = 'MQTTSubscribeDriver'
DRIVER_VERSION = VERSION

Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from weecfg.extension import ExtensionInstaller

VERSION = '3.0.0-rc08'
VERSION = '3.0.0-rc10'

MQTTSUBSCRIBE_CONFIG = """
Expand Down
4 changes: 2 additions & 2 deletions mqttsubscribe.example.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This is an example configuration for MQTTSubscribe
# It was created on 2024-03-12 at 16:02:18 with MQTTSubscribe version 3.0.0-rc07a
# It was created on 2024-07-16 at 09:29:42 with MQTTSubscribe version 3.0.0-rc10
#

# Replace '[MQTTSubscribe]' with '[MQTTSubscribeService]' or '[MQTTSubscribeDriver]'
Expand All @@ -16,7 +16,7 @@
enable = false

# Controls if validation errors raise an exception (stopping WeeWX from starting) or only logged.
# Default is true
# Default is false
stop_on_validation_errors = true

# The binding, loop or archive.
Expand Down

0 comments on commit a6f2d15

Please sign in to comment.