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

Method set_led_count

ci/autoresearch_agent.py:231–240  ·  view source on GitHub ↗

Set uniform LED count for all lanes. Args: count: LED count to apply to all lanes Returns: Response dict with ledCount, laneSizes, testCases

(self, count: int)

Source from the content-addressed store, hash-verified

229 return self.send_rpc("setLaneSizes", [sizes])
230
231 def set_led_count(self, count: int) -> dict[str, Any]:
232 """Set uniform LED count for all lanes.
233
234 Args:
235 count: LED count to apply to all lanes
236
237 Returns:
238 Response dict with ledCount, laneSizes, testCases
239 """
240 return self.send_rpc("setLedCount", [count])
241
242 def set_pattern(self, pattern: str) -> dict[str, Any]:
243 """Set test pattern.

Callers

nothing calls this directly

Calls 1

send_rpcMethod · 0.95

Tested by

no test coverage detected