Neil Dorin
a3351812cd
fix: fixes for room combination in manual/auto mode with actual crestron partition sensors
2024-06-28 13:20:19 -06:00
Neil Dorin
71815eff17
fix: updates mode for partition sensors when mode of room combiner changes
2024-06-28 12:57:06 -06:00
Neil Dorin
c7f4bf1fb2
fix: fixes backing values for eLevelControlType
2024-06-28 12:42:43 -06:00
Neil Dorin
bec3ab8e73
fix: Adds missing initializer for CameraLists
2024-06-28 11:27:22 -06:00
Neil Dorin
c499d2a2eb
fix: corrects spelling mistake
2024-06-28 09:01:59 -06:00
Neil Dorin
d9721a362e
feat: adds method to set input source type and corresponding enum to ICiscoCodecCameraConfig
2024-06-28 08:55:18 -06:00
Neil Dorin
5fb6f3e117
fix: Fixes namespace for CameraListItem
2024-06-25 22:20:13 -06:00
Neil Dorin
c2fb44a662
feat: adds CameraListKey to EssentialsAvRoomPropertiesConfig
2024-06-25 21:22:49 -06:00
Neil Dorin
0f9bddf4dd
fix: updates EssentialsRoomBase to add CameraListKey
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
2024-06-25 16:08:44 -06:00
Andrew Welker
ba4ca20936
fix: add tieline type to output for console & CWS
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
2024-06-24 13:45:07 -06:00
Neil Dorin
71005940ac
fix: catches last condition for destinationPort match
2024-06-21 15:00:17 -06:00
Neil Dorin
e5e79316a6
fix: fixes conditions for specific port and device matches
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
2024-06-20 11:57:32 -06:00
Andrew Welker
7bac65002d
fix: correct issues with method calls
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.
2024-06-19 14:09:59 -05:00
Neil Dorin
3a56e47c48
fix: updates IHasInputs to remove second generic that is unnecessary.
2024-06-13 10:59:05 -06:00
Neil Dorin
171bd6b1ec
fix: removed DefaultDisplay from TwoWayDisplayBase
2024-06-06 12:15:30 -06:00
Neil Dorin
e61fd7777a
fix: fixed typenames for mockDisplay
2024-06-06 12:09:35 -06:00
Neil Dorin
027bdd5bf4
Merge 'development-2.0.0' into 'feature-2.0.0/fix-version-info'
2024-05-29 12:10:34 -06:00
Neil Dorin
b876b8123d
feat: changes access modifiers to public on SystemMonitorController methods
2024-05-28 14:25:34 -06:00
Neil Dorin
6e05653c6c
fix: fixes name for PDCore dll
2024-05-28 14:25:05 -06:00
Andrew Welker
0bef5d4b77
build: update PD Core
2024-05-28 14:57:35 -05:00
Andrew Welker
a3c1572a77
build: update PD Core
2024-05-28 14:43:39 -05:00
Andrew Welker
cc06c7bfd8
fix: add nullable props where necessary
2024-05-28 14:43:31 -05:00
Andrew Welker
00a7b25026
build: update PD Core
2024-05-28 13:29:03 -05:00
Andrew Welker
edc916c9d3
fix: add more json props
2024-05-28 13:28:45 -05:00
Andrew Welker
c755ecb16c
fix: add correct casing to base touchpanel config
2024-05-28 11:26:25 -05:00
Andrew Welker
f630d3f410
fix: add missing interfaces
2024-05-24 16:13:35 -05:00
Andrew Welker
35e0662b27
fix: only update CurrentInputPort if it has changed
2024-05-24 16:13:21 -05:00
Andrew Welker
effefc939c
fix: minor Web API enhancements
...
* changed path for DevJson to include the device key instead of requiring it in the body
* Made the `GetRequestBody` method an extension method for the `HttpCwsRequest` class
2024-05-24 16:12:50 -05:00
Andrew Welker
5afdc2effa
fix: remove Crestron.SimplSharp.Reflection
...
Ran into some odd exceptions loading on a VC-4 instance, and changing to System.Reflection solved them.
2024-05-24 16:11:20 -05:00
Neil Dorin
448cc273ec
feat: Adds PepperDashCoreAssembly
2024-05-23 14:42:31 -06:00
Neil Dorin
0a2aaa693f
feat: Replaces Crestron.SimplSharp.Reflection with System.Reflextion and updates the way essentials plugin versions are stored and retrieved
2024-05-23 14:11:42 -06:00
Andrew Welker
3c5fe88e5a
fix: correct namespaces to allow plugins to load correctly
2024-05-23 12:45:47 -05:00
Andrew Welker
8255328be1
build: update PD Core
2024-05-23 08:44:51 -05:00
Andrew Welker
4bf026601f
feat: get it working
2024-05-23 08:41:19 -05:00
Andrew Welker
888f1b3888
chore: update PD Core version
2024-05-23 08:41:16 -05:00
Andrew Welker
19bd5723c8
feat: add RoutingFeedbackManager
...
RoutingFeedbackManager keeps track of updates from IRoutingSinkWotjFeedbacl devoces & IRoutingWithFeedback devices to allow for walking tieLines and finding a source.
2024-05-23 08:40:14 -05:00
Andrew Welker
e3e7add5b9
fix: correct build issues
2024-05-23 08:39:09 -05:00
Andrew Welker
dd66de0463
feat: implement feedback manager
2024-05-23 08:39:09 -05:00
Andrew Welker
3823943cd9
feat: add 2 new routing interfaces to allow for getting feedback for routing
2024-05-23 08:39:09 -05:00
Andrew Welker
577e111f26
feat: add properties to control when sources show
2024-05-23 08:38:56 -05:00
Andrew Welker
528fff569d
refactor: fix namespaces after move
2024-05-23 08:38:56 -05:00
Andrew Welker
06a6b1caa2
refactor: move routing interfaces into their own files
2024-05-23 08:38:50 -05:00
Neil Dorin
621d848418
feat: adds deviceKey property to LevelControlListItem to synthesize device key
2024-05-22 14:53:01 -06:00