Files
valknarandClaude Sonnet 5 71921b5600 Add openrgb-hue: Hue scene gradients for OpenRGB lights
Applies gradients derived from 103 bundled Philips Hue scenes to
OpenRGB-controlled LEDs, with six mapping modes (sequence, per-device,
per-zone, matrix, mirror, shuffle) and five animation modes (static,
scroll, pingpong, pulse, wave). Typer/Rich CLI with dry-run preview,
device/zone targeting, and a scenes-update command to refresh the
bundled dataset from its source gist.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-15 12:40:13 +02:00

14 lines
528 B
Plaintext

Please generate a detailed plan for implementing a magnificent and sophisticated python CLI to control openrgb lights:
- The app applies gradients of any Hue scene (see gist) to the leds in OpenRGB.
- The app offers various mapping modes.
- The app offers various animation modes.
- The app is well-documented and contains a README.md.
References:
- https://github.com/jath03/openrgb-python
- https://gist.github.com/labmonkey/a641f6b339ed9a71bdced64b9af91ee8
Python venv is setup and activated. Git is freshly initialized.