cpuTemperature() apple silicon support

This commit is contained in:
Sebastian Hildebrandt
2022-07-14 08:33:08 +02:00
parent ff91141a8a
commit 58cef5c046
6 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ si.cpuTemperature().then(data => console.log(data));</code></pre class="example"
I unfortunately was getting unexpected warnings on other platforms. So I decided to drop this optional dependency for macOS - so by default,
you will not get correct values.</p>
<p>This additional package will unfortunately not work on Apple Silicon M1 machines.</p>
<p>This additional package is now also suppprting Apple Silicon M1 machines.</p>
<p>But if you need to detect macOS temperature just run the following additional installation command:</p>