The six views
Enable any combination per dashboard:| View | What it does |
|---|---|
| Map | Live map — every device as a direction-aware marker. Trails, routes, click-to-inspect. |
| Devices | Searchable, filterable device table with status, last-seen, and firmware. |
| Groups | Organize devices into named groups with per-group health. |
| Commands | Send a command to a device, a group, or the whole fleet. |
| Firmware | Version distribution across the fleet; flags outdated devices. |
| Analytics | Uptime %, online/offline counts, category breakdown, custom metrics. |
The data contract
A device needs to satisfy one rule: emit a message with a device identifier and at least one piece of data. Everything else is optional and unlocks more:Progressive enhancement
A device emitting only{ id, lat, lng } gets a working Map. Add speed → markers
rotate. Add __meta → popups enrich. Add firmware_version → the Firmware view
activates. Each field you add unlocks more, automatically — no redeploy.
Next: Field Mapping
Map any payload shape to Fleet’s concepts.

