FastLED 3.9.15
Loading...
Searching...
No Matches

◆ stubResponseSink()

void fl::WLED::stubResponseSink ( const fl::json & response)
private

Stub response sink callback.

Parameters
responseJSON-RPC response to send

Called when Remote has a response to send. Logs FL_ERROR to indicate this needs to be implemented.

Definition at line 20 of file wled.cpp.hpp.

20 {
21 FL_ERROR("WLED::stubResponseSink: Not implemented - provide a real ResponseSink callback");
22}
#define FL_ERROR(X)
Definition log.h:219

References FL_ERROR.