temp_from_sct
*val = temp_from_sct(buf[SCT_STATUS_TEMP]);
*val = temp_from_sct(buf[SCT_STATUS_TEMP_LOWEST]);
*val = temp_from_sct(buf[SCT_STATUS_TEMP_HIGHEST]);
st->temp_max = temp_from_sct(buf[6]);
st->temp_crit = temp_from_sct(buf[7]);
st->temp_min = temp_from_sct(buf[8]);
st->temp_lcrit = temp_from_sct(buf[9]);