Tanstack Start
Fleet & trackingDevices

Device raw data

View and copy device parameter readings as JSON.

Path: /dashboard/fleet-management/devices/:deviceId/raw-data

Purpose

Inspect the parameters object from the same Devices.detail response used on the General info tab, formatted as JSON for copying into tickets or external tools.

Prerequisites

  • view_device (inherited from the device layout; no extra tab guard).

Steps

  1. Open a device and select the Raw data tab.
  2. Read the Parameters readings block.
  3. Optional: click Copy to copy device.parameters as formatted JSON to the clipboard.
    • The button is disabled when parameters are missing/null.

Expected content

  • Pretty-printed JSON in a monospace block.
  • Reflects live detail data at load time; refresh the page or navigate away and back to reload.

Troubleshooting

  • null or empty JSON: Device record has no parameters yet.
  • Copy does nothing: Browser clipboard permissions; try again after focusing the page or check OS permission prompts.

On this page