{$_('section.status.title', { default: 'Status' })}

{#if $settings.screens} {#each $settings.screens as s} {/each}
{#if $status.data} Screen cycle: {#if status.timerRunning}⏵ running{:else}⏸ stopped{/if} {/if} {/if}
{ memoryFreePercent }%
Memory free
{ Math.round($status.espFreeHeap / 1024) } / { Math.round($status.espHeapSize / 1024) } KiB

Uptime: {toUptimeString($status.espUptime)}

WS Price connection: {#if $status.connectionStatus && $status.connectionStatus.price} ✅ {:else} ❌ {/if} - WS Mempool.space connection: {#if $status.connectionStatus && $status.connectionStatus.blocks} ✅ {:else} ❌ {/if}
If you use "Fetch € price" the WS Price connection will show ❌ since it uses another data source.