-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Add Suspend/Resume support #1535
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/3610448386 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: |
b6ba586
to
c4df51b
Compare
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: |
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: |
…end/resume support by PR hyperion-project/hyperion.ng#1535
…end/resume support by PR hyperion-project/hyperion.ng#1535
Summary
In Idle, all instances, components will be disabled besides the output processing (LED-Devices, smoothing).
The current priorities will be cleared and the background effect per instance will be executed, if enabled.
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:
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 #1493
Fixes #1282
Fixes #978
Fixes #970