Diagnose hardware environment
diagnose_hardware_environmentCheck TouchDesigner connectivity, display topology, and sensor status DATs for physical installation preflight. Returns PASS/WARNING/FAIL/UNVERIFIED checks without modifying the TD project.
Instructions
Read-only: check whether TouchDesigner is reachable, whether display/projector topology matches expectations, and whether generated sensor/helper status DATs such as source_status or bridge_status are healthy. This is a room/hardware preflight for physical installations; it returns PASS/WARNING/FAIL/UNVERIFIED checks without mutating the TD project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Subset of hardware checks to run. Defaults to bridge + display, and also status_surfaces when status_paths is non-empty. | |
| status_paths | No | Optional DAT paths containing generated status JSON, such as source_status or bridge_status. | |
| expected_min_monitors | No | Optional minimum display/monitor count expected for the room/projector setup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bridge | No | ||
| checks | Yes | ||
| system | No | ||
| overall | Yes | ||
| endpoint | Yes | ||
| connected | Yes | ||
| status_surfaces | No |