}
/* FALTHROUGH : automatic force delay period, try to use what is available anyway */
case mode_ext_disable:
+ /* Automatic force disabled due to external control signal, try to use what is available */
+ /* FALTHROUGH */
case mode_delayed_heat_prod:
- /* automatic force disabled due to current production, try to use what is available */
+ /* Automatic force disabled due to current production, try to use what is available */
+ /* FALTHROUGH */
case mode_heat:
/* Set load power according to extra power production */
if (delta < -1280) {
}
break;
case mode_temp_OK:
+ /* FALTHROUGH */
default:
cmd = 0;
break;