blob: 146bf7e4f214dd9b0b77e1d09ab41faebf741cd2 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur i8kutils/i8kmon new/i8kmon
--- i8kutils/i8kmon 2015-05-21 11:33:21.596018503 +0200
+++ new/i8kmon 2015-05-21 11:35:11.958867344 +0200
@@ -430,6 +430,7 @@
proc toggle_fan {fan {speed {}}} {
global status
+ global config
if {$speed != {}} {
set status($fan) $speed
|