Skip to content

Commit fa92bb8

Browse files
committed
JsonSchema: refines comments [ci skip]
1 parent 288d25e commit fa92bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/json_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@
18811881
"$ref": "#/$defs/temperature"
18821882
},
18831883
"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`)",
1884+
"description": "Set the temperature sensor to use for CPU temperature detection\n* Linux: `hwmon` or `thermal` path name (eg. `hwmon0`, `thermal_zone0)`\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`)",
18851885
"type": "string"
18861886
},
18871887
"showPeCoreCount": {

0 commit comments

Comments
 (0)