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

Method PUTRequest

dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73{}
74
75nlohmann::json HueCommandAPI::PUTRequest(const std::string& path, const nlohmann::json& request) const
76{
77 return PUTRequest(path, request, CURRENT_FILE_INFO);
78}
79
80nlohmann::json HueCommandAPI::PUTRequest(
81 const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const

Callers 10

TESTFunction · 0.80
sendPutRequestMethod · 0.80
sendPutRequestMethod · 0.80
commitMethod · 0.80
sendPutRequestMethod · 0.80
pressLinkButtonMethod · 0.80
touchLinkMethod · 0.80
recallMethod · 0.80
sendPutRequestMethod · 0.80
sendPutRequestMethod · 0.80

Calls 3

RunWithTimeoutFunction · 0.85
getBridgeRequestDelayMethod · 0.80
PUTJsonMethod · 0.80

Tested by 1

TESTFunction · 0.64