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

Method get_state

ci/autoresearch_agent.py:419–425  ·  view source on GitHub ↗

Query current device state. Returns: State dict with phase, config, lastResults

(self)

Source from the content-addressed store, hash-verified

417 )
418
419 def get_state(self) -> dict[str, Any]:
420 """Query current device state.
421
422 Returns:
423 State dict with phase, config, lastResults
424 """
425 return self.send_rpc("getState")
426
427 def get_drivers(self) -> list[str]:
428 """Get list of available drivers.

Callers

nothing calls this directly

Calls 1

send_rpcMethod · 0.95

Tested by

no test coverage detected