mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Implments IBridgeAdvanced on CrestronGenericBaseDevice
This commit is contained in:
parent
f036c3f1cc
commit
d43c13f29b
1 changed files with 4 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// A bridge class to cover the basic features of GenericBase hardware
|
||||
/// </summary>
|
||||
public abstract class CrestronGenericBaseDevice : EssentialsDevice, IOnline, IHasFeedback, ICommunicationMonitor, IUsageTracking
|
||||
public abstract class CrestronGenericBaseDevice : EssentialsDevice, IOnline, IHasFeedback, ICommunicationMonitor, IUsageTracking, IBridgeAdvanced
|
||||
{
|
||||
protected GenericBase Hardware;
|
||||
|
||||
|
|
@ -62,6 +62,8 @@ namespace PepperDash.Essentials.Core
|
|||
CommunicationMonitor = new CrestronGenericBaseCommunicationMonitor(this, hardware, 120000, 300000);
|
||||
}
|
||||
|
||||
public abstract void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge);
|
||||
|
||||
/// <summary>
|
||||
/// Make sure that overriding classes call this!
|
||||
/// Registers the Crestron device, connects up to the base events, starts communication monitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue