mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Tested DmpsAudioOutputController and matching bridge on processor successfully
This commit is contained in:
parent
6726e989a7
commit
176c9d9835
4 changed files with 30 additions and 11 deletions
|
|
@ -107,6 +107,11 @@ namespace PepperDash.Essentials.Bridges
|
|||
(device as DmpsRoutingController).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
|
||||
continue;
|
||||
}
|
||||
else if (device is DmpsAudioOutputController)
|
||||
{
|
||||
(device as DmpsAudioOutputController).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
|
||||
continue;
|
||||
}
|
||||
else if (device is DmTxControllerBase)
|
||||
{
|
||||
(device as DmTxControllerBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue