Slave #{id}
Min. cell voltage:
{Math.round(status.minCellVolt*100)/100}V
Max. cell voltage:
{Math.round(status.maxCellVolt*100)/100}V
Max. temperature:
{Math.round(status.maxTemp*100)/100}°
{#if logData}
{#each logData.voltages as volt, i}
{#if i < 15}
V{i}:
{Math.round(volt*100)/100}V
{/if}
{/each}
{#each logData.temperatures as temp, i}
{#if i > 33 && i < 44}
{/if}
{/each}
{/if}