MAX_CPU_TEMP
if (encl.value > MAX_CPU_TEMP) {
return (MAX_CPU_TEMP - 10);
if (cputemp >= MAX_CPU_TEMP) {