#pragma once #include <WebServer.h> extern WebServer restServer; void initializeRoutes(); void identify(); // /idn void notFound(); // 404 void restart(); // /restart void sendSNMP(); // /send?ch=107&output=on void panel(); // / show a status page void pollMPODChannel(); // /poll?ch=1