mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
支持local_config启动 添加注册表description字段 (#13)
Closes #11 * Update README and MQTTClient for installation instructions and code improvements * feat: 支持local_config启动 add: 增加对crt path的说明,为传入config.py的相对路径 move: web component * add: registry description --------- Co-authored-by: Harvey Que <Q-Query@outlook.com>
This commit is contained in:
@@ -1,29 +1,35 @@
|
||||
agilent_1_reservoir_290ml:
|
||||
description: Agilent 1 reservoir 290ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:agilent_1_reservoir_290ml
|
||||
type: pylabrobot
|
||||
|
||||
axygen_1_reservoir_90ml:
|
||||
description: Axygen 1 reservoir 90ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:axygen_1_reservoir_90ml
|
||||
type: pylabrobot
|
||||
|
||||
nest_12_reservoir_15ml:
|
||||
description: Nest 12 reservoir 15ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:nest_12_reservoir_15ml
|
||||
type: pylabrobot
|
||||
|
||||
nest_1_reservoir_195ml:
|
||||
description: Nest 1 reservoir 195ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:nest_1_reservoir_195ml
|
||||
type: pylabrobot
|
||||
|
||||
nest_1_reservoir_290ml:
|
||||
description: Nest 1 reservoir 290ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:nest_1_reservoir_290ml
|
||||
type: pylabrobot
|
||||
|
||||
usascientific_12_reservoir_22ml:
|
||||
description: USAScientific 12 reservoir 22ml
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.reserviors:usascientific_12_reservoir_22ml
|
||||
type: pylabrobot
|
||||
|
||||
Reference in New Issue
Block a user