Adds back in the LightingBridge.

Removes the Display bridge
This commit is contained in:
Jason T Alborough
2019-09-06 10:43:40 -04:00
parent 52343ddf7b
commit 1446ee1048
6 changed files with 915 additions and 912 deletions

View File

@@ -92,11 +92,11 @@ namespace PepperDash.Essentials.Bridges
// (device as CameraBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
// continue;
//}
else if (device is PepperDash.Essentials.Core.DisplayBase)
{
(device as DisplayBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
//else if (device is pepperdash.essentials.core.displaybase)
//{
// (device as displaybase).linktoapi(eisc, d.joinstart, d.joinmapkey);
// continue;
//}
else if (device is DmChassisController)
{
(device as DmChassisController).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
@@ -147,11 +147,11 @@ namespace PepperDash.Essentials.Bridges
(device as HdMdxxxCEController).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
//else if (device is LightingBase)
//{
// (device as LightingBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
// continue;
//}
else if (device is LightingBase)
{
(device as LightingBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
//else if (device is DigitalLogger)
//{
// (device as DigitalLogger).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);