From b1b656e44009fc331e0c577b38bfe3ca5091b7c2 Mon Sep 17 00:00:00 2001 From: Jason DeVito Date: Tue, 31 Oct 2023 15:07:07 -0500 Subject: [PATCH] Updated IR Driver Bridging (markdown) --- IR-Driver-Bridging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IR-Driver-Bridging.md b/IR-Driver-Bridging.md index bf39a0c..d0f328f 100644 --- a/IR-Driver-Bridging.md +++ b/IR-Driver-Bridging.md @@ -41,4 +41,6 @@ } ``` -Both methods will bridge the IR signals with `Standard Command` defined in the IR file. The `GenericIrControllerJoinMap.cs` defines the IR driver signal join map for the `Standard Command` defined in the IR file. This allows users to swap IR drivers and keep the supported IR signals on the same join. \ No newline at end of file +Both methods will bridge the IR signals with `Standard Command` defined in the IR file. + +The `useBridgeJoinMap` property implements `GenericIrControllerJoinMap.cs` to define the IR driver signal joins for the `Standard Command` as defined in the IR file. This allows users to swap IR drivers that implement `Standard Command` while bridging IR signals on the same join. \ No newline at end of file