Trevor Payne
04e159c1d1
Added bridge.AddJoinMap(Key, joinMap); to each LinkToApi method
2020-05-08 10:46:23 -05:00
Trevor Payne
30c1b2755e
Updated DmpsRoutingController and DmpsRoutingControllerJoinMap; Minor Edits to DmpsRoutingController to accomodate new joinmap span property
2020-05-07 14:21:39 -05:00
Andrew Welker
6b65db55c1
Changes EiscApi to EiscApiAdvanced for internal devices
2020-04-20 10:10:50 -06:00
Andrew Welker
54d31e128e
removing bad namespace
2020-04-17 10:09:53 -06:00
Andrew Welker
c8732aa8cf
Changes base class to EssentialsBridgeableDevice
...
* adds LinkToApi method
2020-04-14 16:08:00 -06:00
Neil Dorin
c3dbd41942
Adds configuratble property for current audio/video output text. Defaults to "".
2020-01-13 21:55:59 -07:00
Neil Dorin
89db680986
Fixed syntax issue in CustomActivate()
2019-11-19 20:08:47 -07:00
Neil Dorin
11a01c707c
Fixed issue with Output type on DMPS3-4K-150-C when assigning name. Also adds protection if config incorrectly defiines inputs or outputs that don't exist.
2019-11-19 19:07:19 -07:00
Neil Dorin
f44bde2d83
Corrects issue where "new" GlsOdtCCn OccSensor needed to be assigned in GlsOdtOccupancySensorController constructor for adiditional feedbacks to work correctly and not throw null ref exceptions.
2019-11-19 14:50:40 -07:00
Neil Dorin
6c7bc1a24e
Adds ability to read input/output names from processor device properties config. Fixes issues with routing to output on DMPS3-4K-150-C
2019-11-19 14:01:57 -07:00
Neil Dorin
905c40dc0a
Corrects issue where inputCard was being cast as wrong type
2019-11-18 14:53:12 -07:00
Neil Dorin
492d8f8203
Removed reference to inputCard.NameFeedback.StringValue from debug statement
2019-11-18 14:41:35 -07:00
Neil Dorin
dd7408dbf1
Modifies SetupInputCards() to try to fix a NullReferenceException being thrown. Adds a debug statement to check if a given card in the collection can't be cast as DMInput.
2019-11-18 14:27:11 -07:00
Neil Dorin
5bb5c9e07f
Commit before switching branches (no significant change
2019-09-03 13:09:13 -06:00
Neil Dorin
176c9d9835
Tested DmpsAudioOutputController and matching bridge on processor successfully
2019-08-29 17:34:19 -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
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
5de8b703dd
Adds attemps to hanlde output card types.
2019-07-25 09:54:06 -06:00
Neil Dorin
a3887510df
Additional progress after initial testing. Having issues iterating CrestronControlSystem.SwitcherInputs/Outputs collections.
2019-07-24 22:44:39 -06:00
Neil Dorin
dc8d0e25d5
Adds Virtual Dm Tx Controller classes to handle Dmps inputs with mutliple connectors and auto switching. Completes DmpsRoutingController (requires testing)
2019-07-22 17:04:41 -06:00
Neil Dorin
028e411ffe
Started DmpsRoutingController
2019-07-18 16:46:01 -06:00