added Arch post install script, and some general updates
This commit is contained in:
15
commands.h
Normal file
15
commands.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by server on 6/20/25.
|
||||
//
|
||||
|
||||
#ifndef COMMANDS_H
|
||||
#define COMMANDS_H
|
||||
|
||||
#define HEARTBEAT "002"
|
||||
#define INFO "001"
|
||||
#define STATUS "003"
|
||||
|
||||
#define SUCCESS "200"
|
||||
#define FAIL "201"
|
||||
|
||||
#endif //COMMANDS_H
|
||||
Reference in New Issue
Block a user