mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-12 18:55:11 +00:00
Add Virtual Device, Action, YAML, Protocol for Organic Syn
This commit is contained in:
@@ -12,10 +12,10 @@ class VacuumPumpMock:
|
||||
def get_status(self) -> str:
|
||||
return self._status
|
||||
|
||||
def set_status(self, position):
|
||||
def set_status(self, string):
|
||||
time.sleep(5)
|
||||
|
||||
self._status = position
|
||||
self._status = string
|
||||
time.sleep(5)
|
||||
|
||||
def open(self):
|
||||
|
||||
Reference in New Issue
Block a user