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

Method isConfigured

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

Source from the content-addressed store, hash-verified

311 sendPutRequest("/config", request, CURRENT_FILE_INFO);
312}
313bool DaylightSensor::isConfigured() const
314{
315 return state.getValue().at("config").at("configured").get<bool>();
316}
317int DaylightSensor::getSunriseOffset() const
318{
319 return state.getValue().at("config").at("sunriseoffset").get<int>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64