fix(device): fix wait_for_rpc_call argument in stop during _run_rpc_call

This commit is contained in:
2026-05-15 14:04:20 +02:00
committed by Christian Appel
parent 327348de8c
commit 283bd39df9
+1 -1
View File
@@ -1311,7 +1311,7 @@ class Positioner(AdjustableMixin, Device):
* moving
"""
def stop(self):
def stop(self, wait_for_rpc_response=False):
msg = messages.VariableMessage(value=[self.root.name])
self.root.parent.parent.connector.send(MessageEndpoints.stop_devices(), msg)