Updated IR Driver Bridging (markdown)

Jason DeVito
2023-10-31 15:07:07 -05:00
parent a3b3d9e4b6
commit b1b656e440

@@ -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.
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.