C_TEMPERATURE#

code: 31

# get
C_TEMPERATURE ?

Description#

Get chassis temperature readings, if supported. Unit is millidegree Celsius.

Actions#

get

Parameters#

  1. mb1_temperature: integer, the temperature of motherboard 1 (millidegree Celsius)

  2. mb2_temperature: integer, the temperature of motherboard 2 (millidegree Celsius)

  3. cpu_temperature: integer, the temperature of CPU (millidegree Celsius)

Example#

# get
input:  C_TEMPERATURE ?
output: C_TEMPERATURE 1 1 1