mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
fix mock_reactor
This commit is contained in:
@@ -140,8 +140,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "vacuum_valve",
|
"source": "vacuum_pump",
|
||||||
"target": "vacuum_pump",
|
"target": "vacuum_valve",
|
||||||
"type": "fluid",
|
"type": "fluid",
|
||||||
"port": {
|
"port": {
|
||||||
"vacuum_pump": "out",
|
"vacuum_pump": "out",
|
||||||
@@ -149,8 +149,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "gas_valve",
|
"source": "gas_source",
|
||||||
"target": "gas_source",
|
"target": "gas_valve",
|
||||||
"type": "fluid",
|
"type": "fluid",
|
||||||
"port": {
|
"port": {
|
||||||
"gas_source": "out",
|
"gas_source": "out",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ vacuum_pump.mock:
|
|||||||
- handler_key: out
|
- handler_key: out
|
||||||
label: out
|
label: out
|
||||||
data_type: fluid
|
data_type: fluid
|
||||||
io_type: target
|
io_type: source
|
||||||
data_source: handle
|
data_source: handle
|
||||||
data_key: fluid_in
|
data_key: fluid_in
|
||||||
init_param_schema:
|
init_param_schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user