first working version of TempFanControl plugin with Sensors and FanControl component
authorthedoc <thedoc@atom.(none)>
Mon, 7 Dec 2009 21:38:20 +0000 (22:38 +0100)
committerthedoc <thedoc@atom.(none)>
Mon, 7 Dec 2009 21:38:20 +0000 (22:38 +0100)
commit67858ed10ece500b2cf68dafb39886a0b873ec4c
tree70ce402d1a310eaf5299aaba929c0c9ddde2d0f7
parent7950c2de2dbfd5bfee3650faaf45301187f7184a
first working version of TempFanControl plugin with Sensors and FanControl component
12 files changed:
configure.ac
lib/python/Components/Converter/Makefile.am
lib/python/Components/Converter/SensorToText.py [new file with mode: 0644]
lib/python/Components/FanControl.py [new file with mode: 0644]
lib/python/Components/Makefile.am
lib/python/Components/Sensors.py [new file with mode: 0644]
lib/python/Components/Sources/Makefile.am
lib/python/Components/Sources/Sensor.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/Makefile.am
lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/TempFanControl/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py [new file with mode: 0644]