Skip to content

Commit b2fddc8

Browse files
committed
Some tweaks to CoreTemp plugin
1 parent addff62 commit b2fddc8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/manual/plugins/coretemp.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
---
66
<p><code>Plugin=CoreTemp</code> retrieves infromation from the <a href="https://www.alcpu.com/CoreTemp/">CoreTemp</a> application. The latest CoreTemp application <b>must</b> be running in the background.</p>
77

8+
<div class="alert alert-info alert-tight" role="alert">
9+
<h2 class="alert-heading h5" id="UpdateNote"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
10+
<p>By default CoreTemp will return temperature values in Celsius. Check the box in Settings / Display in the application GUI to set the return values to Fahrenheit.</p>
11+
</div>
12+
813
<div class="alert alert-info alert-tight" role="alert">
914
<h2 class="alert-heading h5" id="MinMaxNote"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
1015
<p>If the value of the measure is to be used in a meter which requires a <a href="!measures/#Percentage">percentage</a>, then appropriate <a href="!measures/general-options/#MinValue">MinValue</a> and/or <a href="!measures/general-options/#MaxValue">MaxValue</a> options must be added to the measure.</p>
@@ -29,12 +34,12 @@ <h2>Options</h2>
2934
<li><code>BusSpeed</code>: FSB bus frequency.</li>
3035
<li><code>BusMultiplier</code>: Current FSB bus multiplier.</li>
3136
<li><code>Vid</code>: Voltage Identifier value.</li>
32-
<li><code>Tdp</code>: Thermal Design Power temperature.</li>
37+
<li><code>Tdp</code>: Thermal Design Power in Watts.</li>
3338
<li><code>Power</code>: Current power consumption of the CPU.<br/><em>Not all CPU models support this value.</em></li>
3439
</ul>
3540

3641
<br/><p><b>Core</b></p>
37-
<p>These option values use <code>CoreTempIndex</code> to define a specific CPU core.</p>
42+
<p>These option values require a <code>CoreTempIndex</code> option to define a specific CPU core.</p>
3843
<ul>
3944
<li><code>Temperature</code>: Current indexed core temperature.</li>
4045
<li><code>TjMax</code>: Maximum allowed indexed core temperature.</li>

0 commit comments

Comments
 (0)