mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 22:15:04 +00:00
* 添加了两个protocol的检索liquid type功能 * fix workstation registry * 修复了没连接的几个仪器的link,添加了container的icon * 修改了json和注册表,现在大图全部的device都链接上了 * 修复了小图的json图,线全部连上了 * add work_station protocol handles (ports) * fix workstation action handle --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Co-authored-by: Junhan Chang <changjh@dp.tech>
28 lines
651 B
YAML
28 lines
651 B
YAML
container:
|
|
description: regular organic container
|
|
icon: Flask.webp
|
|
class:
|
|
module: unilabos.resources.container:RegularContainer
|
|
type: unilabos
|
|
handles:
|
|
- handler_key: top
|
|
label: top
|
|
io_type: target
|
|
data_type: fluid
|
|
side: NORTH
|
|
data_source: handle
|
|
data_key: fluid_in
|
|
- handler_key: bottom
|
|
label: bottom
|
|
io_type: source
|
|
data_type: fluid
|
|
side: SOUTH
|
|
data_source: handle
|
|
data_key: fluid_out
|
|
- handler_key: bind
|
|
label: bind
|
|
io_type: target
|
|
data_type: mechanical
|
|
side: SOUTH
|
|
data_source: handle
|
|
data_key: mechanical_port |