Skip to content

Commit

Permalink
Add some missing names for macbook pro retina 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
tolnaizoltan committed Apr 22, 2019
1 parent 0b86af3 commit 94f874b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/iStats/smc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,22 @@ def name(key)
'TG1H' => 'GPU 1 Heatsink',
'TH0P' => 'Harddisk 0 Proximity',
'Th1H' => 'NB/CPU/GPU HeatPipe 1 Proximity',
'Th2H' => 'NB/CPU/GPU HeatPipe 2 Proximity',
'TL0P' => 'LCD Proximity',
'TM0P' => 'Memory Slot Proximity',
'TM0S' => 'Memory Slot 1',
'Tm0p' => 'Misc (clock chip) Proximity',
'TO0P' => 'Optical Drive Proximity',
'Tp0P' => 'PowerSupply Proximity',
'TPCD' => 'Platform Controller Hub Die',
'TP0P' => 'Platform Controller Hub Proximity',
'TS0C' => 'Expansion slots',
'Ts0P' => 'Palm rest L',
'Ts0S' => 'Memory Bank Proximity',
'Ts1S' => 'Memory Bank 2 Proximity',
'Ts1p' => 'Palm rest R',
'TW0P' => 'AirPort Proximity'
'TW0P' => 'AirPort Proximity',
'TH0a' => 'SSD temperature'
}

return sensors_name.fetch(key,"Unknown")
Expand Down

0 comments on commit 94f874b

Please sign in to comment.