Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ setCommand
Method
setCommand
dependencies/hueplusplus-1.0.0/src/Schedule.cpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void Schedule::setCommand(const Action& command)
111
{
112
sendPutRequest({{
"command"
, command.toJson()}}, CURRENT_FILE_INFO);
113
refresh();
114
}
115
116
void Schedule::setTime(const time::TimePattern& timePattern)
117
{
Callers
3
TEST_F
Function · 0.80
TEST
Function · 0.80
snippet1
Function · 0.80
Calls
1
toJson
Method · 0.45
Tested by
2
TEST_F
Function · 0.64
TEST
Function · 0.64