Adds TvOne Eisc Bridge.

Fixes line endings on the DmChassisControllerBridge (per prompt)
This commit is contained in:
Jason T Alborough
2019-03-06 13:01:35 -05:00
parent 72477a9a24
commit 6aae1c6613
6 changed files with 216 additions and 156 deletions

View File

@@ -134,6 +134,11 @@ namespace PepperDash.Essentials.Bridges
(device as DigitalLogger).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
else if (device is TVOneCorio)
{
(device as TVOneCorio).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
}
}