# HG changeset patch # User Michiel Broek # Date 1494253963 -7200 # Node ID 80344f433a784040b8d8e78d2035a583f2c1252e # Parent cdcd07bbee30eefd20077270e0367d6df877fac7# Parent 727fe541a48d21f0b54a467f79c6105bc3e86ebd Extra shutdown delay diff -r cdcd07bbee30 -r 80344f433a78 thermferm/thermferm.c --- a/thermferm/thermferm.c Mon May 08 16:26:02 2017 +0200 +++ b/thermferm/thermferm.c Mon May 08 16:32:43 2017 +0200 @@ -1920,6 +1920,7 @@ syslog(LOG_NOTICE, "Unit `%s' stopped in mode %s", unit->name, UNITMODE[unit->mode]); } + usleep(100000); mqtt_disconnect(); syslog(LOG_NOTICE, "Out of loop");