Skip to content
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
merged 26 commits into from
Aug 1, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    9a6209f View commit details
    Browse the repository at this point in the history
  2. feat: updates to IEssentialsRoom for CameraListKey and adds helper me…

    …thod to get camera list from config
    ndorin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ddc2491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f9bddf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    c2fb44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb6f3e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. feat: adds method to set input source type and corresponding enum to …

    …ICiscoCodecCameraConfig
    ndorin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d9721a3 View commit details
    Browse the repository at this point in the history
  2. fix: corrects spelling mistake

    ndorin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c499d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec3ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f4bf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71815ef View commit details
    Browse the repository at this point in the history
  6. fix: fixes for room combination in manual/auto mode with actual crest…

    …ron partition sensors
    ndorin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a335181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3b4c0a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: change source for PartitionPresent depending on mode

    Added `FireUpdate` calls for feedback on mode change in order to get correct values when changing modes.
    Andrew Welker committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fec6b0d View commit details
    Browse the repository at this point in the history
  2. chore: add logging for current scenario searching

    Andrew Welker committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bc217a2 View commit details
    Browse the repository at this point in the history
  3. fix: set partition state to match physical partitions when changing f…

    …rom manual to auto mode
    Andrew Welker committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b63996b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: add async method for devjson

    Andrew Welker committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fb60683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9b876 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    d970d80 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: deactivate all rooms on startup

    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.
    Andrew Welker committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    64d6df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56841d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: add async/await patterns for activation/deactivation

    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    97bd30e View commit details
    Browse the repository at this point in the history
  2. fix: devcommstatus response now prints correctly

    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7a263a6 View commit details
    Browse the repository at this point in the history
  3. fix: add some options to destination type enum

    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e374f7b View commit details
    Browse the repository at this point in the history
  4. fix: ReleaseRoute callse ExecuteSwitch with null for input selector

    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.
    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1fb1947 View commit details
    Browse the repository at this point in the history
  5. fix: remove call to remove routerequest

    The routerequest is being removed if the route is successfully made after the display has cooled down. This was an extraneous removal
    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ab73bbf View commit details
    Browse the repository at this point in the history
  6. fix: add input port matching to route descriptors

    Andrew Welker committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f7c5e18 View commit details
    Browse the repository at this point in the history