Skip to content

Commit

Permalink
neato: marked as restartable; minor fix for plugin online status afte…
Browse files Browse the repository at this point in the history
…r plugin stop.
  • Loading branch information
aschwith committed Nov 21, 2024
1 parent e3a9c82 commit 573f7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions neato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def stop(self):
self.scheduler_remove('poll_device')
self.logger.debug("Stop method called")
self.alive = False
self.robot._backendOnline = False

def parse_item(self, item):

Expand Down
4 changes: 2 additions & 2 deletions neato/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1417295-support-thread-plugin-neato

version: 1.6.9 # Plugin version
sh_minversion: '1.8.0' # minimum shNG version to use this plugin
sh_minversion: 1.8.0 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
restartable: True
classname: Neato # class containing the plugin

parameters:
Expand Down

0 comments on commit 573f7c4

Please sign in to comment.