temp_is_valid
if (!temp_is_valid(buf[SCT_STATUS_TEMP]))
if (!temp_is_valid(buf[SCT_STATUS_TEMP_LOWEST]))
if (!temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST]))
have_sct_temp = temp_is_valid(buf[SCT_STATUS_TEMP]);
st->have_temp_lowest = temp_is_valid(buf[SCT_STATUS_TEMP_LOWEST]);
st->have_temp_highest = temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST]);
st->have_temp_max = temp_is_valid(buf[6]);
st->have_temp_crit = temp_is_valid(buf[7]);
st->have_temp_min = temp_is_valid(buf[8]);
st->have_temp_lcrit = temp_is_valid(buf[9]);