update plugin
This commit is contained in:
parent
3588e2e4a6
commit
a23b341b6f
@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmi">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.05.17">
|
||||
<!ENTITY version "2016.07.22">
|
||||
<!ENTITY launch "Settings/IPMI">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
@ -16,6 +16,11 @@
|
||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.07.22
|
||||
- fix: fan control not setting fans to auto when stopped
|
||||
- fix: fan control not setting fan min (only setting a value of 1)
|
||||
- fix: fan log percentage 0% when fan min is used
|
||||
- thanks to piotrasd for the testing
|
||||
###2016.05.17
|
||||
- notice: with the latest update you will need to reconfigure your fan control settings
|
||||
- fix: convert fan control settings to name based instead of number based (you'll need to setup fancontrol again)
|
||||
|
@ -11,8 +11,13 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
||||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||
<Date>2016-05-17</Date>
|
||||
<Date>2016-07-22</Date>
|
||||
<Changes>
|
||||
###2016.07.22
|
||||
- fix: fan control not setting fans to auto when stopped
|
||||
- fix: fan control not setting fan min (only setting a value of 1)
|
||||
- fix: fan log percentage 0% when fan min is used
|
||||
- thanks to piotrasd for the testing
|
||||
###2016.05.17
|
||||
- notice: with the latest update you will need to reconfigure your fan control settings
|
||||
- fix: convert fan control settings to name based instead of number based (you'll need to setup fancontrol again)
|
||||
|
Loading…
Reference in New Issue
Block a user