thermferm/server.c

changeset 330
79001a992f4f
parent 329
517e1719006a
child 331
e4a9172437bf
equal deleted inserted replaced
329:517e1719006a 330:79001a992f4f
2372 srv_send((char *)"DEVICE PUT uuid Put Device record by uuid"); 2372 srv_send((char *)"DEVICE PUT uuid Put Device record by uuid");
2373 srv_send((char *)"GLOBAL GET Get global settings"); 2373 srv_send((char *)"GLOBAL GET Get global settings");
2374 srv_send((char *)"GLOBAL PUT Put global settings"); 2374 srv_send((char *)"GLOBAL PUT Put global settings");
2375 srv_send((char *)"LIST List all fermenter units"); 2375 srv_send((char *)"LIST List all fermenter units");
2376 srv_send((char *)"LIST LOG uuid List logfile data in 1 hour lines"); 2376 srv_send((char *)"LIST LOG uuid List logfile data in 1 hour lines");
2377 srv_send((char *)"PING Check if server is alive");
2377 srv_send((char *)"PROFILE uuid,name Profile rename"); 2378 srv_send((char *)"PROFILE uuid,name Profile rename");
2378 srv_send((char *)"PROFILE ADD name Add new Profile with name"); 2379 srv_send((char *)"PROFILE ADD name Add new Profile with name");
2379 srv_send((char *)"PROFILE DEL uuid Delete Profile by uuid"); 2380 srv_send((char *)"PROFILE DEL uuid Delete Profile by uuid");
2380 srv_send((char *)"PROFILE LIST List available profiles"); 2381 srv_send((char *)"PROFILE LIST List available profiles");
2381 srv_send((char *)"PROFILE GET uuid Get Profile record by uuid"); 2382 srv_send((char *)"PROFILE GET uuid Get Profile record by uuid");

mercurial