Updated IR Driver Bridging (markdown)

Jason DeVito
2023-11-02 09:25:35 -05:00
parent 75ec4b23de
commit e1a26bca0c

@@ -43,4 +43,70 @@
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` for any IR driver that has the signal marked as `Standard Command`.
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`.
## GenericIrControllerJoinMap (Example)
```json
"joinstart": 101
```
### Digitals
| Join Number | Join Span | Description | Type | Capabilities |
| ----------- | --------- | ----------- | ------------------- | ------------ |
| 101 | 1 | POWER | Digital | FromSIMPL |
| 102 | 1 | CH+ | Digital | FromSIMPL |
| 103 | 1 | CH- | Digital | FromSIMPL |
| 104 | 1 | LAST | Digital | FromSIMPL |
| 105 | 1 | 0 | Digital | FromSIMPL |
| 106 | 1 | 1 | Digital | FromSIMPL |
| 107 | 1 | 2 | Digital | FromSIMPL |
| 108 | 1 | 3 | Digital | FromSIMPL |
| 109 | 1 | 4 | Digital | FromSIMPL |
| 110 | 1 | 5 | Digital | FromSIMPL |
| 111 | 1 | 6 | Digital | FromSIMPL |
| 112 | 1 | 7 | Digital | FromSIMPL |
| 113 | 1 | 8 | Digital | FromSIMPL |
| 114 | 1 | 9 | Digital | FromSIMPL |
| 115 | 1 | DIGIT_- | Digital | FromSIMPL |
| 116 | 1 | SELECT | Digital | FromSIMPL |
| 117 | 1 | UP_ARROW | Digital | FromSIMPL |
| 118 | 1 | DN_ARROW | Digital | FromSIMPL |
| 119 | 1 | LEFT_ARROW | Digital | FromSIMPL |
| 120 | 1 | RIGHT_ARROW | Digital | FromSIMPL |
| 121 | 1 | ENTER | Digital | FromSIMPL |
| 122 | 1 | GUIDE | Digital | FromSIMPL |
| 123 | 1 | BACK | Digital | FromSIMPL |
| 124 | 1 | EXIT | Digital | FromSIMPL |
| 125 | 1 | MENU | Digital | FromSIMPL |
| 126 | 1 | INFO | Digital | FromSIMPL |
| 127 | 1 | PLAY | Digital | FromSIMPL |
| 128 | 1 | STOP | Digital | FromSIMPL |
| 129 | 1 | PAUSE | Digital | FromSIMPL |
| 130 | 1 | RSCAN | Digital | FromSIMPL |
| 131 | 1 | FSCAN | Digital | FromSIMPL |
| 132 | 1 | A | Digital | FromSIMPL |
| 133 | 1 | B | Digital | FromSIMPL |
| 134 | 1 | C | Digital | FromSIMPL |
| 135 | 1 | D | Digital | FromSIMPL |
| 136 | 1 | VOL+ | Digital | FromSIMPL |
| 137 | 1 | VOL- | Digital | FromSIMPL |
| 138 | 1 | MUTE | Digital | FromSIMPL |
| 139 | 1 | POWER_ON | Digital | FromSIMPL |
| 140 | 1 | POWER_OFF | Digital | FromSIMPL |
| 141 | 1 | PAGE_UP | Digital | FromSIMPL |
| 142 | 1 | PAGE_DOWN | Digital | FromSIMPL |
### Analogs
| Join Number | Join Span | Description | Type | Capabilities |
| ----------- | --------- | ----------- | ------------------- | ------------ |
### Serials
| Join Number | Join Span | Description | Type | Capabilities |
| ----------- | --------- | ----------- | ------------------- | ------------ |