This commit is contained in:
dmacias72 2016-05-10 18:54:45 -06:00
parent 129bc4a71c
commit 0ce3e9a6ef
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "ipmi"> <!ENTITY name "ipmi">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.05.10"> <!ENTITY version "2016.05.10a">
<!ENTITY launch "Settings/IPMI"> <!ENTITY launch "Settings/IPMI">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2016.05.10a
- fix: local ipmi check Thanks to ljm42
###2016.05.10 ###2016.05.10
- add: ability to use any fan or temp sensor in footer - add: ability to use any fan or temp sensor in footer
- add: settings and readings tabs to Settings and Tools menu - add: settings and readings tabs to Settings and Tools menu

View File

@ -13,6 +13,8 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
<Date>2016-05-10</Date> <Date>2016-05-10</Date>
<Changes> <Changes>
###2016.05.10a
- fix: local ipmi check Thanks to ljm42
###2016.05.10 ###2016.05.10
- add: ability to use any fan or temp sensor in footer - add: ability to use any fan or temp sensor in footer
- add: settings and readings tabs to Settings and Tools menu - add: settings and readings tabs to Settings and Tools menu