Skip to content

Commit

Permalink
Robonect:
Browse files Browse the repository at this point in the history
removed strange / in version number
  • Loading branch information
Marc René Frieß committed Mar 3, 2024
1 parent f2e3610 commit 6448bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robonect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Robonect(MqttPlugin):
Main class of the Plugin. Does all plugin specific stuff and provides
the update functions for the items
"""
PLUGIN_VERSION = '1.0.5/' # (must match the version specified in plugin.yaml)
PLUGIN_VERSION = '1.0.5' # (must match the version specified in plugin.yaml)
STATUS_TYPES = ['mower/status', 'mower/status/text', 'status_text_translated', 'mower/distance', 'mower/status/duration',
'mower/statistic/hours',
'mower/stopped', 'mower/mode', 'mower/mode/text', 'mode_text_translated', 'mower/battery/charge', 'blades_quality',
Expand Down

0 comments on commit 6448bdc

Please sign in to comment.