-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WLED segment streaming support #1556
Conversation
Hello @Lord-Grey 👋 I'm the Hyperion Project Bot and I want to thank you for To help you and other users test your pull requests faster, 🔗 https://github.com/hyperion-project/hyperion.ng/actions/runs/3855251175 Of course, if you make changes to your PR, I will create a new link. Best regards, |
Hey @Lord-Grey I created a new link to your workflow artifacts: |
Hey @Lord-Grey I created a new link to your workflow artifacts: |
Hey @Lord-Grey I created a new link to your workflow artifacts: |
Hey @Lord-Grey I created a new link to your workflow artifacts: |
* WLED segment streaming support * Address CodeQL findings * WLED - Remove that interim color is shown when WLED is powered off * Allow LEDDevice to stay on after streaming * Apply stayOn on segment streamed to * Fix LED-Matrix Layout: Add Cabling direction selection element again
Summary
Added
To allow segment streaming, enable "Realtime - Use main segment only" in WLED's Sync Interfaces setup screen
Changed
Fixed
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
After
Segment streaming disabled at WLED
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
PLEASE DON'T FORGET TO ADD YOUR CHANGES TO CHANGELOG.MD
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information:
Fixes #1566