diff options
Diffstat (limited to 'plugins/ExternalAPI/m_hddinfo.h')
-rw-r--r-- | plugins/ExternalAPI/m_hddinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_hddinfo.h b/plugins/ExternalAPI/m_hddinfo.h new file mode 100644 index 0000000000..3f529ec1ff --- /dev/null +++ b/plugins/ExternalAPI/m_hddinfo.h @@ -0,0 +1,6 @@ +#define MS_SYSINFO_HDDTEMP "SysInfo/HddTemp"
+ // checks current hdd temperature
+#define MS_SYSINFO_CUSTPOP "SysInfo/CustomPopup"
+ //shows special custom popup
+#define ME_SYSINFO_HDDOVERHEAT "SysInfo/HddOverheat"
+ // happens if one ot the drives has current temperature higher than set as normal
|