MCPcopy 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
110void Schedule::setCommand(const Action& command)
111{
112 sendPutRequest({{"command", command.toJson()}}, CURRENT_FILE_INFO);
113 refresh();
114}
115
116void Schedule::setTime(const time::TimePattern& timePattern)
117{

Callers 3

TEST_FFunction · 0.80
TESTFunction · 0.80
snippet1Function · 0.80

Calls 1

toJsonMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TESTFunction · 0.64