mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Fixes online feedback for DM endpoints that are attached to a 3 series DM chassis or a DMPS-4K unit.
This commit is contained in:
parent
50e9a7935f
commit
1a5d4896e1
6 changed files with 155 additions and 63 deletions
|
|
@ -323,7 +323,7 @@ namespace PepperDash.Essentials.DM.Chassis
|
|||
|
||||
IsOnline.LinkInputSig(trilist.BooleanInput[joinMap.IsOnline.JoinNumber]);
|
||||
|
||||
trilist.StringInput[joinMap.Name.JoinNumber].StringValue = "DM Switcher";
|
||||
trilist.StringInput[joinMap.Name.JoinNumber].StringValue = this.Name;
|
||||
|
||||
for (uint i = 1; i <= _Chassis.NumberOfInputs; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue