Add light sensor settings

This commit is contained in:
Djuri 2024-06-29 02:12:29 +02:00
parent 52e90dbdee
commit 59e2750cf3
6 changed files with 38 additions and 8 deletions

View file

@ -146,6 +146,10 @@
</div>
</div>
<hr />
{#if $settings.hasLightLevel}
{$_('section.status.lightSensor')}: {Number(Math.round($status.lightLevel))} lux
<hr />
{/if}
<Progress striped id="rssiBar" color={wifiStrengthColor} value={rssiPercent}
>{rssiPercent}%</Progress
>