Skip to content

Commit 1289706

Browse files
committed
Document APPLE_SILICON sensor option in config.yaml
1 parent 0ec26f5 commit 1289706

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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: WindowsLHM, macOS ARM64→Apple Silicon, other→Python
2122
HW_SENSORS: AUTO
2223

2324
# Network interfaces

0 commit comments

Comments
 (0)