mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 19:34:51 +00:00
14 lines
326 B
C#
14 lines
326 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Crestron.SimplSharp;
|
|
using Crestron.SimplSharpPro.DeviceSupport;
|
|
|
|
namespace PepperDash.Essentials.Bridges
|
|
{
|
|
public interface IBridge
|
|
{
|
|
void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey);
|
|
}
|
|
} |