add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

21
docs/nodes/Print Table.md Normal file
View File

@@ -0,0 +1,21 @@
# Print Table
Send a measurement or record table to the browser as a WebSocket message for display.
## Inputs
| Name | Type | Required | Description |
|------|------|----------|-------------|
| table | RECORD_TABLE or DATA_TABLE | Yes | Table to display |
## Outputs
None.
## Controls
None.
## Limitations
- None.