aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSepero <sepero111@gmail.com>2013-12-11 00:54:33 -0500
committerSepero <sepero111@gmail.com>2013-12-11 00:54:33 -0500
commit34a8ec03f4dba0229812c4513df514bab553dc9c (patch)
tree453a654b23a97623359dca778a4794997d61b9ac
parent8dc0fccc6e9cd381416e734ad61876f94cfbbd46 (diff)
Added new possible temperature sensor.
-rw-r--r--temp_throttle.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/temp_throttle.sh b/temp_throttle.sh
index 4c055a4..397def1 100644
--- a/temp_throttle.sh
+++ b/temp_throttle.sh
@@ -2,7 +2,7 @@
# Usage: temp_throttle.sh max_temp
# USE CELSIUS TEMPERATURES.
-# version 2.00
+# version 2.01
cat << EOF
Author: Sepero 2013 (sepero 111 @ gmx . com)
@@ -107,6 +107,7 @@ get_temp () {
TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
#TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
+ #TEMP=$(cat /sys/class/hwmon/hwmon1/temp1_input)
#TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
}