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

Method getAllOn

dependencies/hueplusplus-1.0.0/src/Group.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool Group::getAllOn()
86{
87 return state.getValue().at("state").at("all_on").get<bool>();
88}
89bool Group::getAllOn() const
90{
91 return state.getValue().at("state").at("all_on").get<bool>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64