{{ __('Edit BioTime Device') }}: {{ $biotimeDevice->alias ?? $biotimeDevice->sn }}

@csrf @method('PATCH')
Cancel {{ __('Update Device') }}
@if(isset($commands) && $commands->count())

{{ __('Device Commands (Latest)') }}

@foreach($commands as $cmd) @endforeach
Command Status Sent Ack Response
{{ $cmd->command_text }} {{ $cmd->status }} {{ $cmd->sent_at }} {{ $cmd->ack_at }} {{ $cmd->response_text }}
@endif