Andrew Welker
0df315426b
fix: use new interface for parentDev
...
The GetDmRmcController & GetDmTxController methods were
previously ignoring the `DmBladeChassisController` type.
This was causing transmitters connected to a DM blade chassis to
not be built,
2023-04-26 13:32:49 -06:00
Trevor Payne
55ad92e2f6
feature: enhance 4K DM Endpoint HDCP functionality
...
feature: add bridge join to report number of HDCP inputs
feature: Resolve #1088
feature: Resolve #1089
2023-04-14 11:41:32 -05:00
Alex Johnson
5de4382cd0
Fixes for hdbaset endpoints on DMPS3 non-4k chassis. Adds ability to connect Essentials room volumes to DMPS volume control.
2023-01-18 15:45:42 -05:00
Alex Johnson
ed335cc9ae
Fixes for offline feedback for DM endpoints that don't provide offline feedback in the hardware definition. Adds offline and name feedback to joinMap for these devices.
2022-08-12 09:26:09 -04:00
Alex Johnson
1a5d4896e1
Fixes online feedback for DM endpoints that are attached to a 3 series DM chassis or a DMPS-4K unit.
2022-06-14 10:43:29 -04:00
Alex Johnson
25423f0caa
Adds dm endpoint names to bridge at serial join 1
2021-10-19 09:32:28 -04:00
Alex Johnson
f0942a3932
Fixes for DM endpoints on DMPS3 non-4k types
2021-09-17 09:46:20 -04:00
Andrew Welker
5d2f20efd5
initial implementations for DM Rmc & DGE
2020-11-11 13:02:12 -07:00
Andrew Welker
ed6ad6ae76
updates for device info
2020-11-11 11:29:43 -07:00
Andrew Welker
10509991c1
updates for getting connected IP stuff
2020-11-10 10:39:49 -07:00
Andrew Welker
c686ee394d
update event to use delegate
2020-11-10 10:28:39 -07:00
Andrew Welker
5076ba405e
add logic to update device info when IP-ID comes online
2020-11-10 09:23:51 -07:00
Andrew Welker
3c60dfdf7b
add IDeviceInfoProvider & start implementation
2020-11-10 09:14:43 -07:00
Andrew Welker
4b537cb79d
Fixing some things for Essentials routing and linking to bridge
2020-10-21 13:00:12 -06:00
Andrew Welker
8feb7037aa
Change cast to ACTUAL Dmps3Dmoutput
2020-10-21 11:53:32 -06:00
Andrew Welker
061109c901
add method to create a rmc for DMPS chassis
2020-10-21 10:05:19 -06:00
Andrew Welker
f98292a4aa
add null check to all internal device LinkToApi methods
...
This allows for backwards compatability with EiscApi bridges.
2020-06-19 15:48:34 -06:00
Andrew Welker
a67b435565
fix DM 2-Series chassis RX build dict
2020-06-10 16:11:16 -06:00
Alex Johnson
0465a3b9a6
Fixes name in factory for dmrmc4kzscalerc
2020-06-10 14:44:01 -04:00
Andrew Welker
b76178990d
fixes issue with merge commit and conflicts
2020-05-11 18:06:37 -06:00
Andrew Welker
c2ce9b2249
Merge branch 'development' into feature/refactor-dm-rx-base-classes
2020-05-11 15:32:27 -06:00
Trevor Payne
04e159c1d1
Added bridge.AddJoinMap(Key, joinMap); to each LinkToApi method
2020-05-08 10:46:23 -05:00
Andrew Welker
53fa0c0865
updates DmRmcControllerBase
2020-05-07 14:59:52 -06:00
Andrew Welker
53d92555c8
refactors several RMC controller Classes
2020-05-07 14:59:52 -06:00
Andrew Welker
b321fc7b76
removes virtual modifier on properties
...
updates DmHdBaseTControllerBase to use a protected field and sets the reference in the constructor
adds protected field for rmc device to DmRmcControllerBase and sets it in the constructor
2020-05-07 14:59:52 -06:00
Andrew Welker
acfd82fa82
updates DmRmcHelper to use dicts
...
uses dicts for type lookups to make things more readable
2020-05-07 14:59:52 -06:00
Andrew Welker
e387a5534b
removes unnecessary things and removes virtual keyword on properties
2020-05-07 14:59:52 -06:00
Trevor Payne
5c560ae82f
Updated DmRmcControllerJoinMap and DmRmcHelper
2020-05-07 14:29:45 -05:00
Andrew Welker
7a23f141fc
Merge branch 'development' into feature/Add_DM-RMC-4K-Z-100-C
2020-04-29 13:07:29 -06:00
Andrew Welker
02c71f709c
replaces 2 more occasions of Rm with Dm
2020-04-28 21:35:52 -06:00
Andrew Welker
b993419c3d
fixes file name for 4kz100C everywhere
2020-04-28 21:20:56 -06:00
Andrew Welker
618fa68000
removes properties in inherited class
2020-04-28 21:00:50 -06:00
Trevor Payne
531c37c752
resolves #135 - Adds new controller class for DM-RMC-4K-Z-100-C
...
Extends existing controller class for RmcX100C devices and gives it additional connection metadata to report
2020-04-28 17:15:38 -05:00
Trevor Payne
4d433ebf22
resolve #130 Add new interface IRmcRouting
...
add DmRmc4kZScalerC endpoint and associated changes to bridge and joinmap
add DmRmc4kZScalerCController
2020-04-28 12:19:23 -05:00
Neil Dorin
902a94a82c
fixes incorrect type definitions in Device Factories.
2020-04-22 17:29:31 -06:00
Neil Dorin
ae23eec005
Progress on adding Description attribute and printing types at runtime
2020-04-22 17:29:31 -06:00
Neil Dorin
c5232ca6b8
Updates device factory methodology for Essentials Core and Essential DM libraries
2020-04-22 17:29:31 -06:00
Andrew Welker
6b65db55c1
Changes EiscApi to EiscApiAdvanced for internal devices
2020-04-20 10:10:50 -06:00
Andrew Welker
02d12c1f60
Adds LinkDmRmcToApi method to base class
...
* changes base class to CrestronGenericBridgeableBaseDevice
2020-04-14 16:07:03 -06:00
Trevor Payne
0eb6411dd9
Added support for 'Large' DM Frames
2019-11-15 16:22:18 -06:00
Neil Dorin
d588757eb6
Adds conditional statments in DmRmcHelper to construct the DM-RMC-100-S
2019-09-03 13:14:34 -06:00
Neil Dorin
48c6bb78bc
Removes essentials-framework as a submodule and brings the files back into the main repo
2019-07-09 17:21:53 -06:00