Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
namespace hueplusplus
33
{
34
bool Light::on(uint8_t transition)
35
{
36
return transaction().setOn(true).setTransition(transition).commit();
37
}
38
39
bool Light::off(uint8_t transition)
40
{
Callers
3
TEST_F
Function · 0.80
snippet1
Function · 0.80
lightsOff
Function · 0.80
Calls
2
commit
Method · 0.80
setOn
Method · 0.45
Tested by
1
TEST_F
Function · 0.64