modify default config

This commit is contained in:
Junhan Chang
2025-10-13 10:49:15 +08:00
parent bbcbcde9a4
commit 09f745d300
2 changed files with 67 additions and 59 deletions

View File

@@ -193,7 +193,8 @@ class BioyondWorkstation(WorkstationBase):
self.bioyond_config = config or {
**API_CONFIG,
"workflow_mappings": WORKFLOW_MAPPINGS,
"material_type_mappings": MATERIAL_TYPE_MAPPINGS
"material_type_mappings": MATERIAL_TYPE_MAPPINGS,
"warehouse_mapping": WAREHOUSE_MAPPING
}
self.hardware_interface = BioyondV1RPC(self.bioyond_config)