Andrew Welker
d11827bc7b
fix: remove verbose logging for feedback manager
2.0.0-alpha-2574
2024-10-18 15:04:08 -05:00
Andrew Welker
631dd2b00d
fix: check for nulls in SwitchingDevice property
2.0.0-alpha-2573
2024-10-18 11:09:15 -05:00
Andrew Welker
f04f70495f
fix: check for nulls in route switch descriptors
2.0.0-alpha-2571
2024-10-18 10:43:53 -05:00
Neil Dorin
fa38e8a9a8
feat: Adds mechanism to track initialization status of EssentialsDevice as well as an event on DeviceManager to notify when all devices initialized. Room combiner now waits for all initialize before setting current scenario.
2.0.0-alpha-2570
2024-10-04 10:33:09 -06:00
Neil Dorin
f351c036ed
Merge branch 'feature-2.0.0/temp-humidity-interfaces' into feature-2.0.0/generic-sink-fix
2.0.0-alpha-2569
2024-09-26 15:04:34 -06:00
Neil Dorin
0a7da79356
fix: Allows both BytesReceived and TextReceived to both fire on the ComPortController
2024-09-26 15:03:31 -06:00
Andrew Welker
82ebf45921
fix: use correct class for generic sink factory
2.0.0-alpha-2568
2024-09-26 08:44:27 -05:00
Neil Dorin
d0dbe986f3
feat: Adds ITemperatureSensor and IHumiditySensor interfaces
2.0.0-alpha-2567
2024-09-13 13:17:51 -06:00
Neil Dorin
aa503f3b29
feat: Allows for the ItemKey to be left undefined or empty and the ParentDeviceKey to be used on it's own instead.
2.0.0-alpha-2565
2.0.0-alpha-2566
2024-08-28 13:16:27 -06:00
Neil Dorin
90251d92df
fix: adds condition to handle legacy and current portal URL structures and adds null check for getting list types in basic config helper methods
2.0.0-alpha-2564
2024-08-26 12:47:31 -06:00
Andrew Welker
941e537d53
Merge pull request #1196 from PepperDash/feature-2.0.0/routing-cooldown-fixes
...
Feature 2.0.0/routing cooldown fixes
2024-08-01 15:36:36 -04:00
Andrew Welker
f7c5e18af8
fix: add input port matching to route descriptors
2.0.0-alpha-2557
2024-07-26 11:19:43 -05:00
Andrew Welker
ab73bbf979
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
2.0.0-alpha-2556
2024-07-26 06:53:18 -05:00
Andrew Welker
1fb1947158
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.
2024-07-26 06:51:45 -05:00
Andrew Welker
e374f7b50f
fix: add some options to destination type enum
2024-07-26 06:48:23 -05:00
Andrew Welker
7a263a644a
fix: devcommstatus response now prints correctly
2024-07-26 06:47:48 -05:00
Andrew Welker
97bd30e9c9
fix: add async/await patterns for activation/deactivation
2024-07-26 06:47:13 -05:00
Andrew Welker
c56841d95b
fix: attempt to catch a null ref happening in the Route Descriptor
2.0.0-alpha-2555
2024-07-22 11:19:34 -05:00
Andrew Welker
64d6df70b0
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.
2024-07-22 11:19:08 -05:00
Andrew Welker
d970d806c9
fix: add mutex to prevent multiple scenarios from running at once
2.0.0-alpha-2554
2024-07-19 13:09:47 -05:00
Andrew Welker
5a9b876d80
fix: remove route request once the request has been handled
2.0.0-alpha-2553
2024-07-18 13:46:40 -05:00
Andrew Welker
fb60683af6
feat: add async method for devjson
2024-07-18 13:44:49 -05:00
Andrew Welker
b63996b9e6
fix: set partition state to match physical partitions when changing from manual to auto mode
2.0.0-alpha-2549
2024-07-08 13:22:18 -05:00
Andrew Welker
bc217a2008
chore: add logging for current scenario searching
2.0.0-alpha-2548
2024-07-08 08:44:45 -05:00
Andrew Welker
fec6b0d385
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.
2024-07-08 08:41:03 -05:00
Neil Dorin
f3b4c0aa02
fix: resolves issue with incorrect partition state feedback in test mode
2.0.0-alpha-2546
2024-06-28 13:56:42 -06:00
Neil Dorin
a3351812cd
fix: fixes for room combination in manual/auto mode with actual crestron partition sensors
2.0.0-alpha-2545
2024-06-28 13:20:19 -06:00
Neil Dorin
71815eff17
fix: updates mode for partition sensors when mode of room combiner changes
2.0.0-alpha-2544
2024-06-28 12:57:06 -06:00
Neil Dorin
c7f4bf1fb2
fix: fixes backing values for eLevelControlType
2.0.0-alpha-2543
2024-06-28 12:42:43 -06:00
Neil Dorin
bec3ab8e73
fix: Adds missing initializer for CameraLists
2.0.0-alpha-2542
2024-06-28 11:27:22 -06:00
Neil Dorin
c499d2a2eb
fix: corrects spelling mistake
2.0.0-alpha-2541
2024-06-28 09:01:59 -06:00
Neil Dorin
d9721a362e
feat: adds method to set input source type and corresponding enum to ICiscoCodecCameraConfig
2.0.0-alpha-2540
2024-06-28 08:55:18 -06:00
Neil Dorin
5fb6f3e117
fix: Fixes namespace for CameraListItem
2.0.0-alpha-2539
2024-06-25 22:20:13 -06:00
Neil Dorin
c2fb44a662
feat: adds CameraListKey to EssentialsAvRoomPropertiesConfig
2.0.0-alpha-2538
2024-06-25 21:22:49 -06:00
Neil Dorin
0f9bddf4dd
fix: updates EssentialsRoomBase to add CameraListKey
2.0.0-alpha-2537
2024-06-25 17:58:44 -06:00
Neil Dorin
ddc2491664
feat: updates to IEssentialsRoom for CameraListKey and adds helper method to get camera list from config
2024-06-25 17:15:45 -06:00
Neil Dorin
9a6209f50a
feat: Adds basic CamerLists config structure and CameraListItems class
2.0.0-alpha-2535
2024-06-25 16:08:44 -06:00
Andrew Welker
49852d25e8
Merge pull request #1194 from PepperDash/feature-2.0.0/routing-extension-changes
...
Feature 2.0.0/routing extension changes
2024-06-24 16:01:37 -04:00
Andrew Welker
ba4ca20936
fix: add tieline type to output for console & CWS
2.0.0-alpha-2533
2024-06-24 14:57:07 -05:00
Andrew Welker
c50726f813
feat: separate audio & video route descriptors
...
Also cleaned up logging some
2024-06-24 14:54:37 -05:00
Neil Dorin
0aafe8a62e
fix: add message to indicate no handler registered when debugging stream data
2.0.0-alpha-2532
2024-06-24 13:45:07 -06:00
Neil Dorin
71005940ac
fix: catches last condition for destinationPort match
2.0.0-alpha-2531
2024-06-21 15:00:17 -06:00
Neil Dorin
e5e79316a6
fix: fixes conditions for specific port and device matches
2.0.0-alpha-2530
2024-06-21 14:53:03 -06:00
Neil Dorin
5aa1f85df5
feat: adds try catch to devjson execution thread and adds port names for sdi in/out
2.0.0-alpha-2529
2024-06-20 11:57:32 -06:00
Andrew Welker
7bac65002d
fix: correct issues with method calls
2.0.0-alpha-2528
2024-06-19 15:01:25 -05:00
Andrew Welker
ed0141a536
fix: change ports and what's used where
2024-06-19 14:37:04 -05:00
Andrew Welker
25ebcdfb5d
feat: update routing methods
...
Routing methods will now take a source port and destination port. This should solve the issue where a device could have multiple input ports defined in tielines and allow Essentials routing to find a path correctly.
2.0.0-alpha-2526
2024-06-19 14:09:59 -05:00
Neil Dorin
3a56e47c48
fix: updates IHasInputs to remove second generic that is unnecessary.
2.0.0-alpha-2524
2024-06-13 10:59:05 -06:00
Neil Dorin
171bd6b1ec
fix: removed DefaultDisplay from TwoWayDisplayBase
2.0.0-alpha-2523
2024-06-06 12:15:30 -06:00
Neil Dorin
e61fd7777a
fix: fixed typenames for mockDisplay
2024-06-06 12:09:35 -06:00