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 --savediff --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