Skip to content

Commit 60ec8c9

Browse files
committed
JsonSchema: documents cpu.tempSensor
Fixes #2073
1 parent 42e7a7d commit 60ec8c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/json_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,10 @@
18801880
"temp": {
18811881
"$ref": "#/$defs/temperature"
18821882
},
1883+
"tempSensor": {
1884+
"description": "Set the temperature sensor to use for CPU temperature detection\n* Linux: `hwmon` or `thermal` path name (eg. `hwmonN`, `thermal_zoneN)`\n* macOS: SMC sensor key (eg. `Tp01`)\n* Windows: thermal zone key (eg. `\\_TZ.CPUZ`)\n* FreeBSD: sysctl key (eg. `dev.cpu.0.temperature`)\n* NetBSD: sysmon sensor key (eg. `coretemp0`)",
1885+
"type": "string"
1886+
},
18831887
"showPeCoreCount": {
18841888
"description": "Detect and display CPU frequency of different core types (eg. Pcore and Ecore) if supported",
18851889
"type": "boolean",

0 commit comments

Comments
 (0)