Skip to content

Commit

Permalink
Nuki:
Browse files Browse the repository at this point in the history
- Updated Log message
  • Loading branch information
psilo909 committed Dec 26, 2023
1 parent 6261165 commit bced298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def update_item(self, item, caller=None, source=None, dest=None):
if response is not None:
if response['success']:
# self._get_nuki_status()
self.logger.error(
self.logger.debug(
"Plugin '{0}': update item: {1}".format(self.get_shortname(), item.property.path))
# immediatly update lock state via list, to e.g. the status information that lock is locking
self._get_nuki_status_via_list()
Expand Down

0 comments on commit bced298

Please sign in to comment.