Skip to content
Snippets Groups Projects
rest.hpp 245 B
Newer Older
Cyril Danilevski's avatar
Cyril Danilevski committed
#pragma once
#include <WebServer.h>

extern WebServer restServer;

void initializeRoutes();

void identify();  // /idn
void notFound();  // 404
void restart();  // /restart
void sendSNMP();  // /send?output=on
void panel(); //show a status page