Fix light level

This commit is contained in:
2020-07-30 19:40:34 -04:00
parent 6514eb7c76
commit 0dfbd31811

View File

@@ -76,7 +76,7 @@
Light Light
</td> </td>
<td> <td>
{{ ((latestReading.LightLevel / 3.3) * 100).toFixed(2) }}% {{ latestReading.LightLevel.toFixed(2) }}%
</td> </td>
</tr> </tr>
</table> </table>