Added a primitive battery charge monitor.

This commit is contained in:
Hendrik van Wyk
2015-02-08 11:28:04 +02:00
parent e26aa12dce
commit 3cde999de9
4 changed files with 62 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ var htmlTemplate string = `<html>
<dt> Battery Current: {{.BatCurrent}} A</dt>
<dt> Battery Voltage: {{.BatVoltage}} V</dt>
<dt> Battery Power: {{.BatPower}} W</dt>
<dt> Battery Charge: {{.BatCharge}} A h</dt>
</dl>
</body>
</html>`