Skip to content

Commit fc27924

Browse files
committed
Ignoring temperature sensors > 120C
1 parent 1f850a9 commit fc27924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hot/Classes/ThermalLog.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class ThermalLog: NSObject
6060

6161
let all = [ ioHID, smc ].flatMap { $0 }.filter
6262
{
63-
$0.1.temperature > 0 && $0.1.temperature < 150
63+
$0.1.temperature > 0 && $0.1.temperature < 120
6464
}
6565

6666
return Dictionary( uniqueKeysWithValues: all )

0 commit comments

Comments
 (0)