thermferm/rdconfig.c

changeset 604
e2766e538d0e
parent 582
ba340e00aab2
child 614
389097dc665d
equal deleted inserted replaced
602:ca795b871158 604:e2766e538d0e
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 */
586 unit->light_delay = 1; /* 15 seconds delay */ 586 unit->light_delay = 1; /* 15 seconds delay */
587 unit->heater_wait = unit->cooler_wait = unit->fan_wait = unit->light_wait = 0; 587 unit->heater_wait = unit->cooler_wait = unit->fan_wait = unit->light_wait = 0;
588 unit->heater_usage = unit->cooler_usage = unit->fan_usage = unit->light_usage = 0; 588 unit->heater_usage = unit->cooler_usage = unit->fan_usage = unit->light_usage = 0;
589 unit->temp_set_min = 1.0; 589 unit->temp_set_min = 1.0;
590 unit->temp_set_max = 30.0; 590 unit->temp_set_max = 45.0;
591 unit->yeast_lo = 12.0; 591 unit->yeast_lo = 12.0;
592 unit->yeast_hi = 24.0; 592 unit->yeast_hi = 24.0;
593 unit->prof_started = unit->prof_paused = unit->prof_primary_done = (time_t)0; 593 unit->prof_started = unit->prof_paused = unit->prof_primary_done = (time_t)0;
594 unit->prof_percent = 0; 594 unit->prof_percent = 0;
595 unit->PID_cool = (pid_var *)malloc(sizeof(pid_var)); 595 unit->PID_cool = (pid_var *)malloc(sizeof(pid_var));

mercurial