-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feature 2.0.0/routing cooldown fixes #1196
Merged
andrew-welker
merged 26 commits into
development-2.0.0
from
feature-2.0.0/routing-cooldown-fixes
Aug 1, 2024
Merged
Feature 2.0.0/routing cooldown fixes #1196
andrew-welker
merged 26 commits into
development-2.0.0
from
feature-2.0.0/routing-cooldown-fixes
Aug 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ndorin
commented
Aug 1, 2024
- Adds fixes to clear routes and prevent displays from powering back on when displays are in cooldown phase
…thod to get camera list from config
…ICiscoCodecCameraConfig
…ron partition sensors
Added `FireUpdate` calls for feedback on mode change in order to get correct values when changing modes.
…rom manual to auto mode
As part of the Essentials startup process, ALL rooms are activated, meaning there are unnecessary rooms activated. Deactiving them all prior to determining a combination scenario helps keep unecessary activity from happening.
Most devices that implement IRouting will now need to handle the possiblity of a null as the input selector, with the idea being that a null input selector should clear the route to whatever device is selected as the input selector. This may change to a typed value in the future.
The routerequest is being removed if the route is successfully made after the display has cooled down. This was an extraneous removal
andrew-welker
approved these changes
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.