Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).

This commit is contained in:
Michael Möller
2012-02-14 23:07:55 +00:00
parent 3f9d9da2f0
commit f8867d671a
12 changed files with 42 additions and 31 deletions

View File

@@ -225,6 +225,9 @@
<ItemGroup>
<EmbeddedResource Include="Resources\data.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\factor.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />