mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Adds AppleTvBridge. Untested so far.
This commit is contained in:
parent
410ffd2f19
commit
634b07dc12
3 changed files with 81 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue