PhysicalChassisThermal Object


Description:

Object representing a temperature sensor in a chassis.

Parents: PhysicalChassis

PhysicalChassisThermal Writable Attributes

Attribute Description
Common Writable Attributes Active, Name

PhysicalChassisThermal Read-Only Attributes

Read-Only Attribute Description
Sensor

Temperature sensor ID.

Type: u8

Default: 0

TempEvent

Current temperature sensor status (for example, "TEMP_CHANGE_DOWN_TO_OK").

Type: enum

Default: TEMP_CHANGE_DOWN_TO_OK

Possible Values:

Value Description
TEMP_CHANGE_UP_TO_WARNING

Sensor has detected that the chassis temperature has reached warning level.

TEMP_CHANGE_UP_TO_ALARM

Sensor has detected that the chassis temperature has reached alarm level.

TEMP_CHANGE_DOWN_TO_WARNING

Sensor has detected that the chassis temperature has lowered to warning level.

TEMP_CHANGE_DOWN_TO_OK

Sensor has detected that the chassis temperature has lowered to normal level.