mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 18:47:40 -05:00
Reference level changes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
Light
|
||||
</td>
|
||||
<td>
|
||||
{{ ((latestReading.LightLevel / latestReading.BatteryLevel) * 100).toFixed(2) }}%
|
||||
{{ ((latestReading.LightLevel / 3.3) * 100).toFixed(2) }}%
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user