Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
说明如何向设备提交已验证步骤并确认真实执行结果。
{ "program_id": "program-001", "simulation_id": "simulation-001", "simulation_status": "passed", "steps": [ { "step_id": "step-1", "device_id": "device-01", "operation_id": "add_liquid", "object": {"container_id": "container-01", "expected_container_status": "无盖"}, "control": {"parameters": {"source_container_id": "source-01", "volume_mL": 0.5}}, "system": {"expected_device_state": "idle", "execution_mode": "async"} } ] }
{ "execution_id": "execution-001", "program_id": "program-001", "steps": [ { "step_id": "step-1", "object": {"changes": [{"container_id": "container-01", "after_state": {"sample_status": "液体"}}]}, "control": {"operation_id": "add_liquid", "status": "succeeded", "diagnostics": []}, "system": {"device_state": "idle", "task": {"task_id": "task-001", "status": "succeeded"}, "notices": []} } ] }