Adding device command: blink, reboot, etc...

This commit is contained in:
stephb9959
2021-11-30 20:42:07 -08:00
parent b3515b786b
commit ce710afb6a
10 changed files with 219 additions and 47 deletions

View File

@@ -2,8 +2,7 @@
// Created by stephane bourque on 2021-11-28.
//
#ifndef OWSUB_RESTAPI_OAUTH2_HANDLER_H
#define OWSUB_RESTAPI_OAUTH2_HANDLER_H
#pragma once
#include "framework/MicroService.h"
@@ -30,4 +29,3 @@ namespace OpenWifi {
};
}
#endif //OWSUB_RESTAPI_OAUTH2_HANDLER_H