File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ config:
1616 # Choose the appropriate method for reading your hardware sensors:
1717 # - PYTHON use Python libraries (psutils, GPUtil...) to read hardware sensors (supports all OS but not all HW)
1818 # - LHM use LibreHardwareMonitor library to read hardware sensors (Windows only - NEEDS ADMIN RIGHTS)
19+ # - APPLE_SILICON use Apple Silicon SMC/IOReport/IOKit for full sensor support (macOS ARM64 only, no root needed)
1920 # - STUB / STATIC use random/static data instead of real hardware sensors
20- # - AUTO use the best method based on your OS: Windows OS will use LHM, other OS will use Python libraries
21+ # - AUTO use the best method based on your OS: Windows→ LHM, macOS ARM64→Apple Silicon, other→ Python
2122 HW_SENSORS : AUTO
2223
2324 # Network interfaces
You can’t perform that action at this time.
0 commit comments