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

Method on

dependencies/hueplusplus-1.0.0/src/Light.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace hueplusplus
33{
34bool Light::on(uint8_t transition)
35{
36 return transaction().setOn(true).setTransition(transition).commit();
37}
38
39bool Light::off(uint8_t transition)
40{

Callers 3

TEST_FFunction · 0.80
snippet1Function · 0.80
lightsOffFunction · 0.80

Calls 2

commitMethod · 0.80
setOnMethod · 0.45

Tested by 1

TEST_FFunction · 0.64