Merge pull request #833 from Emotyco/libresapi_network_configuration

Added: Network configuration to libresapi.
This commit is contained in:
csoler 2017-06-03 20:00:54 +02:00 committed by GitHub
commit 5eaab25e78
2 changed files with 198 additions and 0 deletions

View file

@ -64,6 +64,9 @@ private:
void handleGetCustomStateString(Request& req, Response& resp);
void handleSetCustomStateString(Request& req, Response& resp);
void handleGetNetworkOptions(Request& req, Response& resp);
void handleSetNetworkOptions(Request& req, Response& resp);
void handleGetPGPOptions(Request& req, Response& resp);
void handleSetPGPOptions(Request& req, Response& resp);