mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Fix light level
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
Light
|
||||
</td>
|
||||
<td>
|
||||
{{ ((latestReading.LightLevel / 3.3) * 100).toFixed(2) }}%
|
||||
{{ latestReading.LightLevel.toFixed(2) }}%
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user