Skip to content

Commit

Permalink
Nuki:
Browse files Browse the repository at this point in the history
renamed remotestart_1/2.path to remotestart_1/2.rstart_path
  • Loading branch information
Marc René Frieß committed Feb 23, 2024
1 parent daa2537 commit ac81b3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions robonect/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Robonect Plugin
#### Version 1.0.5

Renamed remotestart_1/2.path to remotestart_1/2.rstart_path because of collissions with path attribute of item class

#### Version 1.0.3

Expand Down
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.4' # (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
6 changes: 3 additions & 3 deletions robonect/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin:
keywords: robonect, lawnmower, gardena, husqvarna, automower
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1515205-support-thread
version: 1.0.4 # Plugin version (must match the version specified in __init__.py)
version: 1.0.5 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.6 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
# py_minversion: 3.6 # minimum Python version to use this plugin
Expand Down Expand Up @@ -235,7 +235,7 @@ item_structs:
type: bool
robonect_data_type: remotestart_visible
robonect_remote_index: 1
path:
rstart_path:
type: num
robonect_data_type: remotestart_path
robonect_remote_index: 1
Expand All @@ -256,7 +256,7 @@ item_structs:
type: bool
robonect_data_type: remotestart_visible
robonect_remote_index: 2
path:
rstart_path:
type: num
robonect_data_type: remotestart_path
robonect_remote_index: 2
Expand Down

0 comments on commit ac81b3a

Please sign in to comment.