The six views
Enable any combination per dashboard:
Each view toggles independently — a dispatcher might show only Map + Commands;
a maintenance engineer only Firmware + Analytics.
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.

