MCPcopy Create free account
hub / github.com/FastLED/FastLED / ping

Method ping

ci/autoresearch_agent.py:440–446  ·  view source on GitHub ↗

Health check. Returns: Response dict with timestamp, uptimeMs, frameCounter

(self)

Source from the content-addressed store, hash-verified

438 return [str(d["name"]) for d in raw if d.get("enabled")]
439
440 def ping(self) -> dict[str, Any]:
441 """Health check.
442
443 Returns:
444 Response dict with timestamp, uptimeMs, frameCounter
445 """
446 return self.send_rpc("ping")
447
448 def reset(self) -> dict[str, Any]:
449 """Reset device state.

Callers

nothing calls this directly

Calls 1

send_rpcMethod · 0.95

Tested by

no test coverage detected