Add light sensor settings
This commit is contained in:
parent
52e90dbdee
commit
59e2750cf3
6 changed files with 38 additions and 8 deletions
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue