summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Hardware.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/60_LMI_Hardware.mof')
-rw-r--r--mof/60_LMI_Hardware.mof4
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 ]