thermferm/server.c

changeset 330
79001a992f4f
parent 329
517e1719006a
child 331
e4a9172437bf
--- a/thermferm/server.c	Sun Mar 08 16:40:25 2015 +0100
+++ b/thermferm/server.c	Sun Mar 08 16:51:19 2015 +0100
@@ -2374,6 +2374,7 @@
 		srv_send((char *)"GLOBAL PUT                    Put global settings");
 		srv_send((char *)"LIST                          List all fermenter units");
 		srv_send((char *)"LIST LOG uuid                 List logfile data in 1 hour lines");
+		srv_send((char *)"PING                          Check if server is alive");
 		srv_send((char *)"PROFILE uuid,name             Profile rename");
 		srv_send((char *)"PROFILE ADD name              Add new Profile with name");
 		srv_send((char *)"PROFILE DEL uuid              Delete Profile by uuid");

mercurial