{{ currentType ? 1 : 0 }}
{{ t('printers.connected') }}
Debug Status
Current Mode: {{ debugInfo.currentMode }}
Available Mode: {{ availablePrinterTypesLabel }}
Device Model: {{ deviceIdentity.model || '-' }}
Device Brand: {{ deviceIdentity.brand || '-' }}
Device Product: {{ deviceIdentity.product || '-' }}
Classic Module: {{ debugInfo.classicModuleReady ? 'Ready' : 'Not Ready' }}
Paired Count: {{ debugInfo.pairedCount }}
Virtual BT Printer: {{ debugInfo.foundVirtualPrinter ? 'Found' : 'Not Found' }}
Classic Scan: {{ debugInfo.lastClassicEvent }}
BLE Scan: {{ debugInfo.lastBleEvent }}
{{ debugInfo.lastBleError }}
Android system Location service is OFF. Turn it on in device settings before BLE scan.
{{ currentDisplayName }}
{{ currentType === 'builtin' ? '127.0.0.1' : (currentBt?.deviceId || '') }}
{{ t('printers.connected') }}
{{ t('printers.builtin') }}
{{ t('printers.builtinDesc') }}
{{ d.name || 'Unknown Device' }}
{{ d.deviceId }}
{{ getTypeLabel(d.type) }}
{{ t('printers.noPairedDevices') }}
{{ d.name || 'Unknown Device' }}
{{ d.deviceId }}
{{ getTypeLabel(d.type) }}
{{ t('printers.noDevices') }}