nt_set_multiple
Write multiple topic-value pairs to FRC NetworkTables, returning connection status, per-topic success, and warnings.
Instructions
Write every {topic: value} pair.
Response:
{"connected": bool, "results": {topic: bool}, "warnings": {topic: str | null}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| strict_type_check | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||