Skip to content

Commit

Permalink
DARWIN: add PCH_THERMAL sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcalabrigo committed Oct 15, 2024
1 parent 0c85b5b commit 2f22daf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fboss/platform/configs/darwin/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
"compute": "@/1000.0",
"type": 3
},
"PCH_TEMP": {
"path": "/run/devmap/sensors/PCH_THERMAL/temp1_input",
"thresholds": {
"upperCriticalVal": 85.0
},
"compute": "@/1000.0",
"type": 3
},
"CPU_BOARD_TEMP": {
"path": "/run/devmap/sensors/CPU_BOARD_TEMP_MAX6658/temp1_input",
"thresholds": {
Expand Down

0 comments on commit 2f22daf

Please sign in to comment.