From 4fc8bee6cea3f146bec38018e2ba734f16585191 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Mon, 10 Feb 2014 18:19:15 +0100 Subject: Hardware: added temperature to the DiskDriveProvider --- mof/60_LMI_Hardware.mof | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mof') 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 ] -- cgit