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

◆ schema()

fl::json fl::Remote::schema ( ) const
inline

Returns flat schema document Format: {"schema": [["methodName", "returnType", [["param1", "type1"], ...]], ...]}.

Definition at line 155 of file remote.h.

155 {
156 return mRpc.schema();
157 }
fl::Rpc mRpc
Definition remote.h:206

References mRpc.