Files
Uni-Lab-OS/.cursor/skills/virtual-workbench/actions/start_heating.json
2026-04-21 11:58:28 +08:00

24 lines
425 B
JSON

{
"type": "UniLabJsonCommand",
"goal": {
"station_id": "station_id",
"material_number": "material_number"
},
"schema": {
"type": "object",
"properties": {
"station_id": {
"type": "integer"
},
"material_number": {
"type": "integer"
}
},
"required": [
"station_id",
"material_number"
]
},
"goal_default": {},
"placeholder_keys": {}
}