thermferm/server.c

changeset 529
00b45f2aaac3
parent 520
32bf084df5af
child 533
49580ca85ab7
--- a/thermferm/server.c	Tue Jul 25 21:08:26 2017 +0200
+++ b/thermferm/server.c	Fri Jul 28 13:28:11 2017 +0200
@@ -2172,6 +2172,7 @@
 		srv_send((char *)"PROF_PRIMARY_DONE,%d", (int)unit->prof_primary_done);
 		srv_send((char *)"TEMP_SET_MIN,%.1f", unit->temp_set_min);
 		srv_send((char *)"TEMP_SET_MAX,%.1f", unit->temp_set_max);
+		srv_send((char *)"ALARM,%d", unit->alarm_flag);
 		srv_send((char *)".");
 		return 0;
 	    }

mercurial