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

◆ runNetClientTest()

fl::json runNetClientTest ( const char * host_ip,
uint16_t port )

Run HTTP client tests against a host server.

Parameters
host_ipIP address of the host HTTP server (e.g., "192.168.4.2")
portPort of the host HTTP server (e.g., 8080)
Returns
JSON with {success, tests_passed, tests_failed, results[]}

Definition at line 460 of file AutoResearchNet.cpp.

460 {
461 (void)host_ip;
462 (void)port;
464 response.set("success", false);
465 response.set("error", "Net autoresearch only supported on ESP32");
466 return response;
467}
static json object() FL_NOEXCEPT
Definition json.h:692

References fl::json::object().

Referenced by AutoResearchRemoteControl::registerFunctions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: