plugin base: fix non-device commands invocation
This commit is contained in:
parent
7b9da639b7
commit
f532f3d679
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class Plugin(object):
|
|||
command["custom"](True, new_value)
|
||||
else:
|
||||
current_value = command["get"]()
|
||||
self._storage_set(instance, command_name, current_value)
|
||||
self._storage_set(instance, command, current_value)
|
||||
command["set"](new_value)
|
||||
|
||||
def _cleanup_all_non_device_commands(self, instance):
|
||||
|
|
|
|||
Loading…
Reference in a new issue