From f413b90d7ae9784794a46221a3f8fb2a87888be0 Mon Sep 17 00:00:00 2001 From: Jason DeVito Date: Tue, 31 Oct 2023 15:14:30 -0500 Subject: [PATCH] Updated IR Driver Bridging (markdown) --- IR-Driver-Bridging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IR-Driver-Bridging.md b/IR-Driver-Bridging.md index d0f328f..b60d154 100644 --- a/IR-Driver-Bridging.md +++ b/IR-Driver-Bridging.md @@ -43,4 +43,4 @@ 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 +The `useBridgeJoinMap` property implements `GenericIrControllerJoinMap.cs` to standardized IR driver `Standard Command` signal joins. This allows users to swap IR drivers that implement `Standard Command` while bridging IR signals consistently between drivers. For example, when `useBridgeJoinMap` is present, channel up will be mapped to join-22 + device `joinstart`. \ No newline at end of file