mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
更新注册表&增加资源,parent应为resources字段
This commit is contained in:
@@ -4469,11 +4469,17 @@ liquid_handler:
|
|||||||
properties:
|
properties:
|
||||||
backend:
|
backend:
|
||||||
type: string
|
type: string
|
||||||
|
channel_num:
|
||||||
|
default: 8
|
||||||
|
type: integer
|
||||||
deck:
|
deck:
|
||||||
type: string
|
type: string
|
||||||
|
simulator:
|
||||||
|
type: boolean
|
||||||
required:
|
required:
|
||||||
- backend
|
- backend
|
||||||
- deck
|
- deck
|
||||||
|
- simulator
|
||||||
type: object
|
type: object
|
||||||
data:
|
data:
|
||||||
properties: {}
|
properties: {}
|
||||||
@@ -6845,6 +6851,12 @@ liquid_handler.prcxi:
|
|||||||
init_param_schema:
|
init_param_schema:
|
||||||
config:
|
config:
|
||||||
properties:
|
properties:
|
||||||
|
axis:
|
||||||
|
default: Left
|
||||||
|
type: string
|
||||||
|
channel_num:
|
||||||
|
default: 8
|
||||||
|
type: string
|
||||||
debug:
|
debug:
|
||||||
default: false
|
default: false
|
||||||
type: string
|
type: string
|
||||||
@@ -6852,6 +6864,9 @@ liquid_handler.prcxi:
|
|||||||
type: string
|
type: string
|
||||||
host:
|
host:
|
||||||
type: string
|
type: string
|
||||||
|
matrix_id:
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
port:
|
port:
|
||||||
type: integer
|
type: integer
|
||||||
setup:
|
setup:
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ class Registry:
|
|||||||
"placeholder_keys": {
|
"placeholder_keys": {
|
||||||
"res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
|
"res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
|
||||||
"device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
|
"device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
|
||||||
"parent": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
|
"parent": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"test_latency": {
|
"test_latency": {
|
||||||
|
|||||||
Reference in New Issue
Block a user