battery() added designcapacity, voltage, unit

This commit is contained in:
Sebastian Hildebrandt
2020-01-25 22:39:36 +01:00
parent afa594e8c0
commit 52ad8d5cf5
7 changed files with 71 additions and 31 deletions
+32 -2
View File
@@ -105,6 +105,16 @@
<td></td>
<td>indicates if battery is charging</td>
</tr>
<tr>
<td></td>
<td>designedcapacity</td>
<td>X</td>
<td></td>
<td>X</td>
<td>X</td>
<td></td>
<td>designed capacity of battery (mWh)</td>
</tr>
<tr>
<td></td>
<td>maxcapacity</td>
@@ -113,7 +123,7 @@
<td>X</td>
<td>X</td>
<td></td>
<td>max capacity of battery</td>
<td>max capacity of battery (mWh)</td>
</tr>
<tr>
<td></td>
@@ -123,7 +133,27 @@
<td>X</td>
<td>X</td>
<td></td>
<td>current capacity of battery</td>
<td>current capacity of battery (mWh)</td>
</tr>
<tr>
<td></td>
<td>capacityUnit</td>
<td>X</td>
<td></td>
<td>X</td>
<td>X</td>
<td></td>
<td>capacity unit (mWh)</td>
</tr>
<tr>
<td></td>
<td>voltage</td>
<td>X</td>
<td></td>
<td>X</td>
<td>X</td>
<td></td>
<td>current voltage of battery (V)</td>
</tr>
<tr>
<td></td>
+5
View File
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.20.0</th>
<td>2020-01-25</td>
<td><span class="code">battery()</span> added designcapacity, voltage, unit</td>
</tr>
<tr>
<th scope="row">4.19.4</th>
<td>2020-01-24</td>
+2 -2
View File
@@ -168,7 +168,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span></div>
<div class="version">Current Version: <span id="version">4.19.4</span></div>
<div class="version">Current Version: <span id="version">4.20.0</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div>
<div class="down">
@@ -206,7 +206,7 @@
<div class="title">Downloads last month</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">236</div>
<div class="numbers">239</div>
<div class="title">Dependends</div>
</div>
</div>