Adds DM switcher name to bridge

This commit is contained in:
Alex Johnson
2022-06-14 09:56:40 -04:00
parent 96e3d52b95
commit dfc0915fe0
2 changed files with 6 additions and 0 deletions

View File

@@ -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++)
{