Calendink Provider 🚀

ESP32-S3 System Dashboard v{__APP_VERSION__}

{#if status === "loading"}
Connecting to ESP32...
{:else if status === "ok"}
Connected
{:else if status === "rebooting"}
Rebooting...
{:else}
Offline — {errorMsg}
{/if}

System Info

{#each infoItems as item}
{item.icon} {item.label}
{#if status === "loading"} {:else} {item.value} {/if}
{/each}

Device Control

Restart the ESP32 microcontroller

(status = "rebooting")} /> {#if showRebootConfirm}

Confirm Reboot

Are you sure you want to reboot the ESP32? The device will be temporarily unavailable.

{/if}