# HG changeset patch # User Michiel Broek # Date 1414590060 -3600 # Node ID 138d5e15be015e5e9b3c8d782c1569d27a46b430 # Parent d74b56ae669ec5854c4f6ee67c52cc92047ea336 Corrected margin labels diff -r d74b56ae669e -r 138d5e15be01 thermferm/thermferm.h --- a/thermferm/thermferm.h Wed Oct 29 14:36:53 2014 +0100 +++ b/thermferm/thermferm.h Wed Oct 29 14:41:00 2014 +0100 @@ -132,7 +132,7 @@ float temp_set_min; /* Minimum temperature */ float temp_set_max; /* Maximum temperature */ float idle_rangeL; /* Idle temperature low */ - float idle_rangeH; /* Idle range high */ + float idle_rangeH; /* Idle temperature high */ char *profile; /* Active profile uuid */ time_t prof_started; /* Profile start time */ int prof_state; /* Profile OFF|PAUSE|RUN|DONE */