Merge branch 'development' into feature/ecs-1209

This commit is contained in:
Andrew Welker
2020-03-27 08:35:04 -06:00
62 changed files with 4319 additions and 2681 deletions

View File

@@ -138,6 +138,11 @@ namespace PepperDash.Essentials.Bridges
(device as GenericRelayDevice).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
else if (device is IRSetTopBoxBase)
{
(device as IRSetTopBoxBase).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);
continue;
}
else if (device is IDigitalInput)
{
(device as IDigitalInput).LinkToApi(Eisc, d.JoinStart, d.JoinMapKey);