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

Method getStateAddress

dependencies/hueplusplus-1.0.0/src/Sensor.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206std::string Sensor::getStateAddress(const std::string& key) const
207{
208 return state.getRequestPath() + "/state/" + key;
209}
210
211nlohmann::json Sensor::getConfig() const
212{

Callers

nothing calls this directly

Calls 1

getRequestPathMethod · 0.80

Tested by

no test coverage detected