Requests: Add more requests

This commit is contained in:
tt2468
2021-08-27 02:33:33 -07:00
parent fc08828773
commit 16697fb65e
4 changed files with 80 additions and 0 deletions

View File

@ -18,8 +18,11 @@ const std::map<std::string, RequestMethodHandler> RequestHandler::_handlerMap
{"SetPersistentData", &RequestHandler::SetPersistentData},
{"GetSceneCollectionList", &RequestHandler::GetSceneCollectionList},
{"SetCurrentSceneCollection", &RequestHandler::SetCurrentSceneCollection},
{"CreateSceneCollection", &RequestHandler::CreateSceneCollection},
{"GetProfileList", &RequestHandler::GetProfileList},
{"SetCurrentProfile", &RequestHandler::SetCurrentProfile},
{"CreateProfile", &RequestHandler::CreateProfile},
{"RemoveProfile", &RequestHandler::RemoveProfile},
{"GetProfileParameter", &RequestHandler::GetProfileParameter},
{"SetProfileParameter", &RequestHandler::SetProfileParameter},
{"GetVideoSettings", &RequestHandler::GetVideoSettings},