cpuTemperature() optimized parsing linux
This commit is contained in:
+1
-1
@@ -508,7 +508,7 @@ si.cpuCurrentspeed().then(data => console.log(data));</code></pre class="example
|
||||
<td colspan="7">
|
||||
<h5>Example</h5>
|
||||
<pre><code class="js">const si = require('systeminformation');
|
||||
si.cpuCurrentspeed().then(data => console.log(data));</code></pre class="example">
|
||||
si.cpuTemperature().then(data => console.log(data));</code></pre class="example">
|
||||
<pre class="example">
|
||||
{ main: 42, cores: [], max: 42 }
|
||||
</pre>
|
||||
|
||||
@@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.23.10</th>
|
||||
<td>2020-05-01</td>
|
||||
<td><span class="code">cpuTemperature()</span> optimized parsing linux</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.23.9</th>
|
||||
<td>2020-04-29</td>
|
||||
|
||||
+1
-1
@@ -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.23.9</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.23.10</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">
|
||||
|
||||
Reference in New Issue
Block a user