{{-- brafa Systems — Ajax alarm dashboard. Livewire backing: App\Http\Livewire\AjaxDashboard. Bindings preserved: wire:submit.prevent="saveCredentials", wire:model email/password, wire:click armSystem/disarmSystem, $statusMessage/$errorMessage, $hubs/$hubDetails/$devices. --}}
| Device | Type | Status | Room | Battery | Signal |
|---|---|---|---|---|---|
{{ $device['deviceName'] }} |
{{ $device['deviceType'] }} | @if ($device['online']) Online @else Offline @endif | {{ $device['roomId'] }} | {{ $device['batteryLevel'] ?? '—' }}{{ isset($device['batteryLevel']) ? '%' : '' }} | {{ $device['signalStrength'] ?? '—' }}{{ isset($device['signalStrength']) ? ' dBm' : '' }} |