Device Information
Status:
Type:
{{ ucfirst($device->type) }}
Owner:
{{ $device->user->name ?? 'N/A' }} ({{ $device->user->email ?? 'N/A' }})
API Key:
Loading...
Firmware:
{{ $device->firmware_version ?? '1.0.0' }}
Created:
{{ $device->created_at->format('d M Y H:i:s') }}
Last Heartbeat:
{{ $device->last_heartbeat ? $device->last_heartbeat->format('d M Y H:i:s') : 'Never' }}
Device Statistics
Total Readings:
Loading...
Last 24 Hours:
Loading...
Avg Intensity:
Loading...