新增transfer_biomek的msg

This commit is contained in:
Xuwznln
2025-06-04 19:03:00 +08:00
parent 147b8f47c0
commit c5a495f409
5 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
liquid_handler:
description: Liquid handler device controlled by pylabrobot
icon: icon_yiyezhan.webp
class:
module: unilabos.devices.liquid_handling.liquid_handler_abstract:LiquidHandlerAbstract
type: python

View File

@@ -132,8 +132,6 @@ class Registry:
resource_info["description"] = ""
if "icon" not in resource_info:
resource_info["icon"] = ""
if "icon" not in resource_info:
resource_info["icon"] = ""
if "handles" not in resource_info:
resource_info["handles"] = []
if "init_param_schema" not in resource_info: