Neil Dorin
87de4a4bf0
Documents all join maps and moves them to their own files for easier linking in Confluence documentation.
2019-09-05 17:36:08 -06:00
Neil Dorin
52343ddf7b
Fixes value for name serial output to use name value from config instead of class name
2019-09-05 09:21:22 -06:00
Neil Dorin
0b9ed462b4
Tested working onsite with Trevor Payne
2019-09-04 14:28:50 -06:00
Neil Dorin
176c9d9835
Tested DmpsAudioOutputController and matching bridge on processor successfully
2019-08-29 17:34:19 -06:00
Neil Dorin
6726e989a7
Sets up actions and feedback for each level on a DMPS audio output
2019-08-29 14:04:21 -06:00
Neil Dorin
77fbee78a8
working on DmpsAudioOutputControllerBridge
2019-08-28 17:07:18 -06:00
Neil Dorin
969ba3c87c
Addresses exceptions in DmTx401CController constructor
2019-08-26 15:28:02 -06:00
Neil Dorin
63f81456e8
Merge branch 'feature/ecs-1139' into feature/ecs-1140
...
# Conflicts:
# PepperDashEssentials/Bridges/DmChassisControllerBridge.cs
# essentials-framework/Essentials DM/Essentials_DM/Chassis/DmChassisController.cs
2019-08-15 21:07:16 -06:00
Neil Dorin
764d8d2b48
Tested working with USB routing and SystemId setting on DmChassisController and DmChassisControllerBridge
2019-08-15 20:56:03 -06:00
Neil Dorin
1ae6069ac2
Adds USB routing to DmChassisController and DmChassisControllerBridge.
...
Major update to remove eRoutingSignalType.AudioVideo in favor of bitmasked values and adding UsbOutput and UsbInput types. Updated all affected routing ports and ExecuteSwitch method calls.
Need to review and test routing to ensure bitwise operators are all correct.
2019-08-15 14:07:10 -06:00
Neil Dorin
7eccc82541
Adds HDCP Capability type values
2019-08-14 17:16:17 -06:00
Neil Dorin
b2dbd3c377
Built HDCP Capability feedbacks for input card HDMI ports
2019-08-14 16:48:15 -06:00
Neil Dorin
5d93a5177c
Start adding HDCP state feedback collection
2019-08-14 13:46:28 -06:00
Neil Dorin
6b21b37aef
First attempt to address HDCP setting on input cards/TXs on DmChassisControllerBridge
2019-08-13 21:40:22 -06:00
Neil Dorin
b917ff980a
Attemtping to debug issue with EndpointOnlineFeedback on output cards
2019-07-31 15:31:40 -06:00
Neil Dorin
59b2995a1b
Fixes exceptions in Eisc_SigChange by checking uo for null first. Then fixes issue where if output card is Card.Dmps3CodecOutput the NameFeedback property throws a null ref exception, even if you first check it for null.
2019-07-30 14:19:01 -06:00
Neil Dorin
bdf3e2054f
Efforts to debug exceptions thrown on bridge string sigs 101-108 and 301-308
2019-07-29 16:32:39 -06:00
Neil Dorin
1acb3a20c5
Routing tested and working with EfS bridge
2019-07-26 16:53:52 -06:00
Neil Dorin
fa141c6207
Merge remote-tracking branch 'origin/maintenance/KPMG' into feature/ecs-1123
...
# Conflicts:
# PepperDashEssentials/Bridges/BridgeBase.cs
# PepperDashEssentials/ControlSystem.cs
2019-07-09 16:49:37 -06:00
Neil Dorin
a5ea9bb1eb
Merge branch 'feature/ecs-1120' into feature/ecs-1123
2019-07-09 16:38:09 -06:00
Neil Dorin
634b07dc12
Adds AppleTvBridge. Untested so far.
2019-07-03 15:28:34 -06:00
Neil Dorin
7958c64e67
Adds support for AirMediaControllerBridge
2019-06-27 14:21:09 -06:00
Neil Dorin
410ffd2f19
Assembly Version incremented to 1.4.11. Fixes issues with DisplayControllerBridge join mapping. Adds volume controls and ensures all input selection joins start at joinstart + 10.
2019-06-26 12:56:53 -06:00
Neil Dorin
53e0599e2a
Resolves ecs-1117. Tested at Einstein
2019-06-25 13:43:21 -06:00
Neil Dorin
af12a81c00
Updates DisplayControllerBridge to support BasicIrDisplay types, adds Samsung IR driver file, updates SetupFileSystem in ControlSystem.cs to build plugin folder
2019-06-24 15:16:20 -06:00
Jason T Alborough
2a9e7c81eb
Merge branch 'JAG-Add_IBridge' into JTA/KPMG
...
# Conflicts:
# essentials-framework
2019-06-24 15:51:58 -04:00
Neil Dorin
935f2c4bf4
Increments Assembly version and includes bugfix to set DmChassisController.EnableAudioBreakaway.BoolValue to true.
2019-06-20 15:25:13 -06:00
Joshua Gutenplan
f2c2cd423d
Remove the crestron invoke from the eisc change event. Not good as it could spool a lot of threads
2019-06-14 15:23:05 -07:00
Joshua Gutenplan
6efec400b8
add invoke to bridgeapieisc
2019-06-13 20:05:38 -07:00
Joshua Gutenplan
f82816729b
DID Not commit separately but also made bridge eisc uo actions use a threadpool thread. Fix the load plugin to load dlls before calling the load plugin method. Also added capability to place a cplz and unzip and load. The crestron dlls will throw exceptions so catching them and printing to console if debug is enabled to hide the messages from log and user as they can look like a problem when they are not. IMPORTANT we may need to add some logic to deal with multiple cplz's unzipping as the files will auto overwrite. See JIRA ticket ECS-1113
2019-06-13 19:44:14 -07:00
Joshua Gutenplan
47fb805766
Added IBridge to make it easier to deal with calling the linkToApi method. Added as an else if in EiscApI to ensure backwards compatibility.
2019-05-28 19:25:18 -07:00
Jason Alborough
17bf6e3f0a
# ECS-1079_AddDisplayControlBridge
...
- Adds DisplayController Eisc Bride for a TwoWayDispalyDevice
2019-05-03 12:51:12 -04:00
Heath Volmer
8ef58359e7
Added directory browsing things for DDVC01
2019-01-26 15:54:24 -07:00
Heath Volmer
a870418f96
Added Ddvc01VtcMessenger; added to bridge; basic functions and feedbacks
2019-01-22 12:00:50 -07:00
Jason T Alborough
6c02423a1c
Adds DisplayControllerBRidge
2019-01-21 11:42:47 -05:00
Jason T Alborough
6ea966ec6c
Adds the CameraCOntroller to the BridgeFactory
2019-01-21 11:40:48 -05:00
Jason T Alborough
6e9b24576e
Fixes issue in the DmChassisControllerBRidge wher ethe Tx input sysnc was not getting properly connected.
2019-01-21 11:34:37 -05:00
Jason T Alborough
ad04235061
Adds CameraContorllerBridge
2019-01-21 10:57:11 -05:00
Jason T Alborough
34f3e543f2
Adds Display Controller base with some basic functioanlity.
2019-01-11 20:22:23 -05:00
Jason T Alborough
d62b5b7e0c
Starts DisplayControllerBridge
...
Starts DspControllerBridge.
Note these are not yet functional.
2019-01-10 10:49:08 -05:00
Jason T Alborough
be9fd5e8d1
Adds IsOnline FB to GenericLightingBridge
2019-01-03 17:27:07 -05:00
Jason T Alborough
f25d05edc2
Adds GenericLightingBridge
2019-01-02 12:52:30 -05:00
Jason T Alborough
6bbad2e0f9
Merge remote-tracking branch 'origin/feature/ecs-967' into JTA
...
# Conflicts:
# PepperDashEssentials/AppServer/CotijaSystemController.cs
# PepperDashEssentials/Bridges/BridgeBase.cs
# PepperDashEssentials/Bridges/IBasicCommunicationBridge.cs
# PepperDashEssentials/PepperDashEssentials.csproj
# Release Package/PepperDashEssentials.cpz
# Release Package/PepperDashEssentials.dll
# essentials-framework
2018-12-17 11:11:14 -05:00
Neil Dorin
821f2a6d60
Updates from testing System Monitor messaging with AppServer
2018-12-14 16:56:17 -07:00
Neil Dorin
541fbbbb2d
Testing SytemMonitorBridge
2018-12-12 12:59:00 -07:00
Neil Dorin
3a5686c27a
Testing SystemMonitorBridge
2018-12-11 17:58:52 -07:00
Neil Dorin
531e7186f2
Added feedback/action linking to SystemMonitorBridge
2018-12-10 16:33:24 -07:00
Neil Dorin
9bc0269e78
Updates to SystemMonitorBridge
2018-12-07 17:30:51 -07:00
Neil Dorin
0df53facb1
Starting on SystemMonitorBridge
2018-12-06 17:24:55 -07:00
Neil Dorin
2ee77f1bca
Adds System Monitor program initialization feedback to startup procedure. Adds bridges for GenericRelayDevice and IDigitalInput device tyeps.
2018-12-06 14:43:38 -07:00