thermferm/server.c

changeset 258
e02393b29733
parent 249
1ce52a38080e
child 259
b7c967359771
equal deleted inserted replaced
257:abdba3f9d9e2 258:e02393b29733
653 653
654 /* 654 /*
655 * PROFILE ADD name Add a new profile 655 * PROFILE ADD name Add a new profile
656 * PROFILE DEL uuid Delete profile with uuid 656 * PROFILE DEL uuid Delete profile with uuid
657 * PROFILE LIST List available profiles 657 * PROFILE LIST List available profiles
658 * PROFILE GET uuid Get profile record
659 * PROFILE PUT uuid Put profile record
658 * PROFILE GETS uuid Get profile steps list 660 * PROFILE GETS uuid Get profile steps list
659 * PROFILE PUTS uuid Put profile steps list 661 * PROFILE PUTS uuid Put profile steps list
660 */ 662 */
661 int cmd_profile(char *buf) 663 int cmd_profile(char *buf)
662 { 664 {

mercurial