8 lines
325 B
Markdown
8 lines
325 B
Markdown
|
|
---
|
||
|
|
name: info
|
||
|
|
description: Query device info from connected Picos. Use when the user says "info", "check devices", or wants to verify devices are responding.
|
||
|
|
user-invocable: true
|
||
|
|
---
|
||
|
|
|
||
|
|
Run `go run ./cmd/picomap/ info` from the project root. This queries all connected devices and prints board ID, MAC, IP, and firmware name.
|