thermferm/rdconfig.c

changeset 582
ba340e00aab2
parent 579
7032693272f1
child 604
e2766e538d0e
equal deleted inserted replaced
581:b56988cc516b 582:ba340e00aab2
575 unit->volume = unit->prof_peak_abs = unit->prof_peak_rel = 0.0; 575 unit->volume = unit->prof_peak_abs = unit->prof_peak_rel = 0.0;
576 unit->air_temperature = unit->beer_temperature = unit->chiller_temperature = unit->beer_set_lo = unit->beer_set_hi = \ 576 unit->air_temperature = unit->beer_temperature = unit->chiller_temperature = unit->beer_set_lo = unit->beer_set_hi = \
577 unit->fridge_set_lo = unit->fridge_set_hi = unit->profile_inittemp_lo = unit->profile_inittemp_hi = 20.0; 577 unit->fridge_set_lo = unit->fridge_set_hi = unit->profile_inittemp_lo = unit->profile_inittemp_hi = 20.0;
578 unit->air_state = unit->beer_state = unit->chiller_state = 1; // missing 578 unit->air_state = unit->beer_state = unit->chiller_state = 1; // missing
579 unit->heater_state = unit->cooler_state = unit->fan_state = unit->door_state = \ 579 unit->heater_state = unit->cooler_state = unit->fan_state = unit->door_state = \
580 unit->light_state = unit->psu_state = unit->mode = unit->prof_state = unit->stage = 0; 580 unit->light_state = unit->light_timer = unit->psu_state = unit->mode = unit->prof_state = unit->stage = 0;
581 unit->air_idx = unit->beer_idx = unit->chiller_idx = unit->heater_idx = unit->cooler_idx = unit->fan_idx = \ 581 unit->air_idx = unit->beer_idx = unit->chiller_idx = unit->heater_idx = unit->cooler_idx = unit->fan_idx = \
582 unit->door_idx = unit->light_idx = unit->psu_idx = unit->profile_fridge_mode = \ 582 unit->door_idx = unit->light_idx = unit->psu_idx = unit->profile_fridge_mode = \
583 unit->profile_duration = unit->profile_totalsteps = 0; 583 unit->profile_duration = unit->profile_totalsteps = 0;
584 unit->profile_steps = NULL; 584 unit->profile_steps = NULL;
585 unit->heater_delay = unit->cooler_delay = unit->fan_delay = 20; /* 5 minutes delay */ 585 unit->heater_delay = unit->cooler_delay = unit->fan_delay = 20; /* 5 minutes delay */

mercurial