mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
fix:debug dummy2
This commit is contained in:
@@ -1071,8 +1071,8 @@ virtual_filter:
|
||||
- status
|
||||
- progress
|
||||
- current_temp
|
||||
- filtered_volume
|
||||
- current_status
|
||||
- filtered_volume
|
||||
- message
|
||||
- max_temp
|
||||
- max_stir_speed
|
||||
@@ -4704,6 +4704,7 @@ virtual_stirrer:
|
||||
status_types:
|
||||
current_speed: float
|
||||
current_vessel: str
|
||||
device_info: dict
|
||||
is_stirring: bool
|
||||
max_speed: float
|
||||
min_speed: float
|
||||
@@ -4738,6 +4739,8 @@ virtual_stirrer:
|
||||
type: number
|
||||
current_vessel:
|
||||
type: string
|
||||
device_info:
|
||||
type: object
|
||||
is_stirring:
|
||||
type: boolean
|
||||
max_speed:
|
||||
@@ -4759,6 +4762,7 @@ virtual_stirrer:
|
||||
- remaining_time
|
||||
- max_speed
|
||||
- min_speed
|
||||
- device_info
|
||||
type: object
|
||||
version: 1.0.0
|
||||
virtual_transfer_pump:
|
||||
|
||||
Reference in New Issue
Block a user