From 432f916359d777e4a39185f91d3c6a9b2b818878 Mon Sep 17 00:00:00 2001
From: Sebastian Hildebrandt
Date: Sat, 23 Oct 2021 10:01:01 +0200
Subject: [PATCH] updated docs
---
README.md | 2 ++
docs/cpu.html | 2 ++
docs/issues.html | 2 ++
3 files changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 131f8a9..d89b061 100644
--- a/README.md
+++ b/README.md
@@ -888,6 +888,8 @@ To be able to measure temperature on macOS I created a little additional package
in NPM with `optionalDependencies` 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.
+This additional package will unfortunately NOT work on Apple Silicon M1 machines.
+
But if you need to detect macOS temperature just run the following additional
installation command:
diff --git a/docs/cpu.html b/docs/cpu.html
index a6374e1..07d92d6 100644
--- a/docs/cpu.html
+++ b/docs/cpu.html
@@ -594,6 +594,8 @@ si.cpuTemperature().then(data => console.log(data));
+ This additional package will unfortunately not work on Apple Silicon M1 machines.
+
But if you need to detect macOS temperature just run the following additional installation command:
$ npm install osx-temperature-sensor --save
diff --git a/docs/issues.html b/docs/issues.html
index 1e04c79..775996b 100644
--- a/docs/issues.html
+++ b/docs/issues.html
@@ -50,6 +50,8 @@
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.
+ This additional package will unfortunately not work on Apple Silicon M1 machines.
+
But if you need to detect macOS temperature just run the following additional installation command:
$ npm install osx-temperature-sensor --save