Adds AppleTvBridge. Untested so far.

This commit is contained in:
Neil Dorin
2019-07-03 15:28:34 -06:00
parent 410ffd2f19
commit 634b07dc12
3 changed files with 81 additions and 0 deletions

View File

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