Merge branch 'device-registry-port' of https://github.com/KCFeng425/Uni-Lab-OS into fork/KCFeng425/device-registry-port

This commit is contained in:
Xuwznln
2025-06-16 12:16:05 +08:00
5 changed files with 23 additions and 30 deletions

View File

@@ -30,7 +30,7 @@
"children": [],
"parent": "ReactorX",
"type": "container",
"class": null,
"class": "container",
"position": {
"x": 698.1111111111111,
"y": 428,

View File

@@ -48,12 +48,12 @@ solenoid_valve.mock:
feedback: {}
result: {}
handles:
- handler_key: fluid-input
label: Fluid Input
- handler_key: 0
label: 0
data_type: fluid
side: NORTH
- handler_key: fluid-output
label: Fluid Output
- handler_key: 1
label: 1
data_type: fluid
side: SOUTH
init_param_schema:

View File

@@ -23,20 +23,12 @@ vacuum_pump.mock:
feedback: {}
result: {}
handles:
input:
- handler_key: fluid-input
label: Fluid Input
- handler_key: out
label: out
data_type: fluid
io_type: target
data_source: handle
data_key: fluid_in
output:
- handler_key: fluid-output
label: Fluid Output
data_type: fluid
io_type: source
data_source: executor
data_key: fluid_out
init_param_schema:
type: object
properties:
@@ -72,16 +64,8 @@ gas_source.mock:
feedback: {}
result: {}
handles:
input:
- handler_key: fluid-input
label: Fluid Input
data_type: fluid
io_type: target
data_source: handle
data_key: fluid_in
output:
- handler_key: fluid-output
label: Fluid Output
- handler_key: out
label: out
data_type: fluid
io_type: source
data_source: executor

View File

@@ -1,5 +0,0 @@
container:
description: regular organic container
class:
module: unilabos.resources.container:RegularContainer
type: unilabos

View File

@@ -0,0 +1,14 @@
container:
description: regular organic container
class:
module: unilabos.resources.container:RegularContainer
type: unilabos
handles:
- handler_key: top
label: top
data_type: fluid
side: NORTH
- handler_key: bottom
label: bottom
data_type: fluid
side: SOUTH