MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / sendPutRequest

Method sendPutRequest

dependencies/hueplusplus-1.0.0/src/BaseDevice.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106nlohmann::json BaseDevice::sendPutRequest(const std::string& subPath, const nlohmann::json& request, FileInfo fileInfo)
107{
108 return state.getCommandAPI().PUTRequest(state.getRequestPath() + subPath, request, std::move(fileInfo));
109}
110
111void BaseDevice::refresh(bool force)
112{

Callers

nothing calls this directly

Calls 2

PUTRequestMethod · 0.80
getRequestPathMethod · 0.80

Tested by

no test coverage detected