diff options
author | Peter Schiffer <pschiffe@redhat.com> | 2014-02-10 18:19:15 +0100 |
---|---|---|
committer | Peter Schiffer <pschiffe@redhat.com> | 2014-02-10 18:21:24 +0100 |
commit | 4fc8bee6cea3f146bec38018e2ba734f16585191 (patch) | |
tree | c0f9467e8f0533d20dfb012f6b8341f002c02d88 /mof | |
parent | eb41fb478d0671385724f77d88af334ba999d393 (diff) | |
download | openlmi-providers-4fc8bee6cea3f146bec38018e2ba734f16585191.tar.gz openlmi-providers-4fc8bee6cea3f146bec38018e2ba734f16585191.tar.xz openlmi-providers-4fc8bee6cea3f146bec38018e2ba734f16585191.zip |
Hardware: added temperature to the DiskDriveProvider
Diffstat (limited to 'mof')
-rw-r--r-- | mof/60_LMI_Hardware.mof | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof index f0a0659..4639978 100644 --- a/mof/60_LMI_Hardware.mof +++ b/mof/60_LMI_Hardware.mof @@ -1362,6 +1362,10 @@ class LMI_DiskDrive: CIM_DiskDrive [ Implemented(true), Description("Capacity of disk drive, in bytes."), Units("Bytes"), PUnit("Byte") ] uint64 Capacity; + + [ Implemented(true), Description("Current temperature of disk drive, in degrees Celsius"), + Units("Celsius"), PUnit("Celsius") ] + sint16 Temperature; }; [ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveRealizes"), Association ] |