[mlnx_platform_api.thermal]align thermal sensor names with hw-management v2.0.0191 (#3371)

temp_xxxx_module{} => module{}_temp_xxxx
This commit is contained in:
Stephen Sun 2019-08-24 02:58:03 +08:00 committed by Joe LeVeque
parent 892473981e
commit 97b43f96bb

View File

@ -49,8 +49,8 @@ thermal_api_handler_cpu_pack = {
THERMAL_API_GET_HIGH_THRESHOLD:"cpu_pack_max"
}
thermal_api_handler_module = {
THERMAL_API_GET_TEMPERATURE:"temp_input_module{}",
THERMAL_API_GET_HIGH_THRESHOLD:"temp_crit_module{}"
THERMAL_API_GET_TEMPERATURE:"module{}_temp_input",
THERMAL_API_GET_HIGH_THRESHOLD:"module{}_temp_crit"
}
thermal_api_handler_psu = {
THERMAL_API_GET_TEMPERATURE:"psu{}_temp",