systeminformation
@@ -198,22 +198,11 @@
Known issues
- macOS - Temperature
+ Windows Battery
- To be able to measure temperature on macOS I created a little additional package. Due to some difficulties 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.
-
- But if you need to detect macOS temperature just run the following additional installation command:
-
- $ npm install osx-temperature-sensor --save
- systeminformation will then detect this additional library and return the temperature when calling systeminformations standard function cpuTemperature()
-
- Windows Temperature
-
- wmic - which is used to determine battery sometimes needs to be run with admin
+
wmic - 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.
+ values, your system might not support this feature.