From ac81b3ac861592f94a51f5fb475b486683a1af4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Ren=C3=A9=20Frie=C3=9F?= Date: Fri, 23 Feb 2024 19:29:14 +0100 Subject: [PATCH] Nuki: renamed remotestart_1/2.path to remotestart_1/2.rstart_path --- robonect/README.md | 3 +++ robonect/__init__.py | 2 +- robonect/plugin.yaml | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/robonect/README.md b/robonect/README.md index d524aeea7..64c497b05 100755 --- a/robonect/README.md +++ b/robonect/README.md @@ -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 diff --git a/robonect/__init__.py b/robonect/__init__.py index 87b3c8da1..521cdb6a8 100755 --- a/robonect/__init__.py +++ b/robonect/__init__.py @@ -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', diff --git a/robonect/plugin.yaml b/robonect/plugin.yaml index 2c0012f93..b89492bfe 100755 --- a/robonect/plugin.yaml +++ b/robonect/plugin.yaml @@ -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 @@ -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 @@ -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