# HG changeset patch # User Michiel Broek # Date 1425829879 -3600 # Node ID 79001a992f4fe8c93254382908486c37fe521291 # Parent 517e1719006aa203208f47ac3fd3ac54327a5134 Improved help screen diff -r 517e1719006a -r 79001a992f4f thermferm/server.c --- 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");