Andrew Welker
c7a16a46e9
Merge branch 'development' into feature/ir-bridge-map
2023-10-25 20:39:46 -06:00
jkdevito
4f64022623
fix: update duplicate joinMap prooperties causing build errors
2023-10-25 17:25:14 -05:00
Andrew Welker
3179f3bf59
Merge branch 'development' into hotfix/mpc3Touchpanel-updates
2023-10-25 15:36:28 -06:00
Andrew Welker
e5fe16122f
Merge branch 'development' into feature/add-secureTcpClient-to-commFactory
2023-10-25 15:20:37 -06:00
Andrew Welker
ee9b191f85
Merge branch 'main' into feature/ir-bridge-map
2023-10-25 14:51:29 -06:00
Jason DeVito
d1d1d81165
fix: update registration debug statement to include response
2023-10-25 15:44:39 -05:00
Jason DeVito
6698dcb46e
refactor: update init methods and add events
...
- Updated InitializeButton method to enable/disable buttons based on config.
- Updated InitializeButtonFeedback method debug statements.
- Added BaseEvent event subscription.
- Added PanelStateChnage event subscription.
2023-10-25 15:26:42 -05:00
Jason DeVito
53b96d54e6
fix: removes old selector casting statements
2023-10-24 15:36:04 -05:00
Jason DeVito
6c41b8e19d
fix: updates executeSwitch, add helper method
...
1. Updated executeSwitch object casting to resolve routing issues.
2. Added ListRoutingPorts method.
2023-10-24 15:24:44 -05:00
Jason DeVito
922119fdd6
refactor: updated IR joins.
2023-10-14 22:20:11 -05:00
Andrew Welker
86c1faa7cd
Merge branch 'development' into feature/add-secureTcpClient-to-commFactory
2023-10-10 10:43:32 -05:00
jdevito
de6f8c7896
feat: adds secureTcpClient to comm factory
2023-10-10 06:07:37 -05:00
jdevito
5a5e24a921
fix: clears joinMap.Joins and rebuilds with matching IR commands of the file loaded
2023-10-07 19:54:56 -05:00
jdevito
8b3bc523d2
fix: removes if blocking PrintAvailableCommands
2023-10-07 19:39:58 -05:00
jdevito
ff04d49a1b
fix: updates debug level and removes unused code
2023-10-07 19:26:14 -05:00
jdevito
55af6a96f6
feat(wip): updates bridge join map descriptions
...
Updated bridge join map descriptions to match the IR standard command name.
2023-10-07 19:25:04 -05:00
jdevito
a3561bc89b
feat(wip): updates GenericIrController and IrOutputPortController to implement bridge map
2023-10-07 19:16:03 -05:00
jdevito
1a123ab6dc
feat: adds GenericIrControllerJoinMap
2023-10-07 16:54:29 -05:00
jdevito
c0b0b35f6d
feat(wip): seeds feature for IR signal bridge map
2023-10-07 16:51:27 -05:00
Andrew Welker
bd97676050
Merge branch 'development' into hotfix/huddle-room-interfaces
2023-09-28 16:59:04 -05:00
Andrew Welker
b9fd9f23a4
refactor: break IEssentialsRoom down further
...
In order to allow for easier composition of interfaces for room plugins, the IEssentialsRoom interface needed to be broken down further to the simplest components a room would need to function. The interfaces are composited in the huddle space and the Huddle VTC interfaces.
2023-09-28 15:42:38 -05:00
Jason DeVito
1569c12450
fix: Updates SetupOutputs method
...
Corrects the port referencece to exclude `.StreamCec` when
building the port.
2023-09-20 15:41:06 -05:00
Jason DeVito
6d020132cf
refactor: GetCecPort method to handle exceptions
2023-09-20 15:38:25 -05:00
Jason DeVito
7ecb2ecf6d
fix: updates SetupOutputs to create a hdmiOutX and dmLiteOutX port
2023-09-13 16:43:23 -05:00
Jason DeVito
393033b6c9
refactor: Updates HdPsXxxController class
...
- Modifies `SetupInput()` and `SetupOutput()`
- Renames `GetInputPriorities()` to `SetInputPriorities()`
2023-09-13 10:13:39 -05:00
Jason DeVito
9fb16f30b0
refactor: Changes IRoutingHasSync interface
...
- Changed IRoutingHasSync interface to IRoutingHasVideoInputSyncFeedbacks.
- Remvoed IRoutingHasSynDelegate
- Added interface to HdPsXxxController class
2023-09-13 10:02:20 -05:00
Jason DeVito
8b6a9db7e0
refactor: refactors GetCecPort method
2023-09-13 09:32:44 -05:00
Jason DeVito
5a67a4060d
feat: adds routing sync provider interface and delegate
2023-09-13 09:31:25 -05:00
Jason DeVito
0fad667fab
fix: adds additional debug statements when attempting to get feedback property for device
2023-09-13 09:29:51 -05:00
Andrew Welker
a5ad7ea48b
Merge branch 'development' into hotfix/mpc3-keypad-processor
2023-09-13 08:51:55 -05:00
Jason DeVito
334a62c329
fix: wraps GetDeviceForKey and GetFeedbackProperty methods in a try/catch
2023-09-13 08:32:07 -05:00
Jason DeVito
e590c7cedb
feature(wip): adds inputPriorities configuration property
2023-09-12 19:26:55 -05:00
Jason DeVito
189c470603
feature(wip): adds inputPriorities configuration property
2023-09-12 17:10:25 -05:00
Andrew Welker
4deee11d15
Merge branch 'development' into hotfix/mpc3-keypad-processor
2023-09-12 14:53:29 -05:00
Andrew Welker
58e019992a
Merge branch 'development' into feature/crestron-hdps401-switcher
2023-09-12 14:50:42 -05:00
Jason DeVito
da5d2d74f2
fix: removes OutputPort.InputPriorities reference
2023-09-12 14:36:17 -05:00
Jason DeVito
2afa9df705
fix: removes HdPsXxx controller, propertiesConfig and join map
2023-09-12 14:08:20 -05:00
Jason DeVito
1aa9590587
feature: adds DmInputChange event
2023-09-12 13:23:18 -05:00
Jason DeVito
27bac4e83d
fix(wip): updates stream cec implementation to handle switchers with multiple outputs
2023-09-12 10:09:37 -05:00
Jason DeVito
4e33743f50
refactor: SetupInput() and SetupOutput() methods to set standard keys for ports that are instantiated
2023-09-11 19:24:21 -05:00
Jason DeVito
08af6370a6
fix(wip): adds Debug.Console() statements to identify keys per input; adds ICec interface, pending implementation
2023-09-11 15:48:34 -05:00
Jason DeVito
97c0bddb48
fix(wip): refactors SetupInputs() and SetupOutputs() to handle io types
2023-09-11 14:49:46 -05:00
Jason DeVito
316d545bda
refactor(wip): updates keypad initializeFeedbacks method
2023-09-08 15:20:29 -05:00
Jason DeVito
13df52ab49
refactor(wip): updates constructor postActiviate call to seperate methods for enabling/disabling buttons and feedbacks
2023-09-08 13:47:34 -05:00
Jason DeVito
527457baf5
refactor(wip): MPC3 class refactor constructor
2023-09-08 13:00:27 -05:00
Jason DeVito
d74c5de651
wip: updates to HdPsXxx class while test implementation to resolve exceptions
2023-09-08 10:51:19 -05:00
Jason DeVito
b06d0c0deb
fix: resolves typo of hdpsXxx type name in the factory
2023-09-07 18:37:21 -05:00
jdevito
759fb1d729
feature: adds support for HdSpXxx switchers
...
WIP: added support for HD-PS401, HD-PS402, HD-PS621 and HD-PS622,
pending testing with device.
2023-09-06 11:22:19 -05:00
Andrew Welker
794cd3be5f
Merge branch 'development' into hotfix/codec-joinable-dialable
2023-08-29 08:09:37 -06:00
Andrew Welker
93134cae5c
fix: add Dialable property to Meeting class
...
Previously, the meeting class was determining Dialable based on a meeting ID being "0". This is a Zoom-specific thing, but it has recently become a thing for Cisco codecs to have meetings that aren't necessarily dialable. Adding this property to the `Meeting` class allows the specific codec type to set it correctly based on that codec's needs.
2023-08-28 15:20:57 -06:00