Integration Docs (Quick)
Local Bridge (recommended)
Run a small native agent (Python/Go/Node) that talks to the Base Unit over USB, and exposes a secure localhost REST API. The UI queries this local API.
GET /api/sensors -> list of sensors and state POST /api/ack -> acknowledge by id (requires local auth or token)
Mock Server
Included: a simple Node mock server that emits SSE events at /events and JSON at /api/sensors. Run: node mock-server.js after npm install.
