mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-23 08:13:44 +02:00
6 lines
140 B
C++
6 lines
140 B
C++
#include "BaseCommand.hpp"
|
|
|
|
class restartDeviceCommand : public Command
|
|
{
|
|
CommandResult execute(std::string_view jsonPayload) override;
|
|
}; |