From 75ec4b23def40dbaa4682c4e68f1aa5de82aee7f Mon Sep 17 00:00:00 2001 From: Jason DeVito Date: Tue, 31 Oct 2023 15:15:12 -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 b60d154..25dfea2 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 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 +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` for any IR driver that has the signal marked as `Standard Command`. \ No newline at end of file