mirror of
https://github.com/bec-project/bec.git
synced 2026-05-31 23:38:31 +02:00
fix(device): fix wait_for_rpc_call argument in stop during _run_rpc_call
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user