updated docs
This commit is contained in:
+3
-3
@@ -59,9 +59,9 @@
|
||||
|
||||
<h4>Windows Temperature, Battery, ...</h4>
|
||||
|
||||
<p><span class="code">wmic</span> - which is used to determine temperature and battery sometimes needs to be run with admin
|
||||
<p><span class="code">get-WmiObject</span> - which is used to determine temperature and battery sometimes needs to be run with admin
|
||||
privileges. So if you do not get any values, try to run it again with according privileges. If you still do not get any
|
||||
values, your system might not support this feature. In some cases we also discovered that wmic returned incorrect temperature values.</p>
|
||||
values, your system might not support this feature. In some cases we also discovered that get-WmiObject returned incorrect temperature values.</p>
|
||||
|
||||
<h4>Linux Temperature</h4>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
<h4>Windows, macOS - CPU Speed</h4>
|
||||
|
||||
<p><span class="code">node.js</span> and <span class="code">wmic</span> are not able to determine correct CPU current speed on windows and macOS.
|
||||
<p><span class="code">node.js</span> and <span class="code">get-WmiObject</span> are not able to determine correct CPU current speed on windows and macOS.
|
||||
This means, you will have constant values here on both platforms for all processor cores in <span class="code">cpuCurrentSpeed()</span>.</p>
|
||||
|
||||
<h4>Linux S.M.A.R.T. Status</h4>
|
||||
|
||||
Reference in New Issue
Block a user