mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Adds DM switcher name to bridge
This commit is contained in:
parent
96e3d52b95
commit
dfc0915fe0
2 changed files with 6 additions and 0 deletions
|
|
@ -1482,6 +1482,8 @@ namespace PepperDash.Essentials.DM
|
|||
|
||||
LinkChassisToApi(trilist, joinMap);
|
||||
|
||||
trilist.StringInput[joinMap.Name.JoinNumber].StringValue = this.Name;
|
||||
|
||||
// Link up inputs & outputs
|
||||
for (uint i = 1; i <= Chassis.NumberOfOutputs; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue