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

Method reset

ci/autoresearch_agent.py:448–454  ·  view source on GitHub ↗

Reset device state. Returns: Response dict with success status

(self)

Source from the content-addressed store, hash-verified

446 return self.send_rpc("ping")
447
448 def reset(self) -> dict[str, Any]:
449 """Reset device state.
450
451 Returns:
452 Response dict with success status
453 """
454 return self.send_rpc("reset")
455
456 def close(self):
457 """Close serial connection."""

Callers 1

run_autoresearch_loopFunction · 0.95

Calls 1

send_rpcMethod · 0.95

Tested by

no test coverage detected