mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Changes to CrestronGenericBase
Refactor RfGatewayController new IHasReady interface Updates to Hrxx0WirelessRemoteController merge in development Addresses #292
This commit is contained in:
parent
bfa49b4772
commit
2fea151089
4 changed files with 62 additions and 49 deletions
|
|
@ -13,7 +13,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// </summary>
|
||||
public abstract class CrestronGenericBaseDevice : EssentialsDevice, IOnline, IHasFeedback, ICommunicationMonitor, IUsageTracking
|
||||
{
|
||||
public virtual GenericBase Hardware { get; protected set; }
|
||||
protected GenericBase Hardware;
|
||||
|
||||
/// <summary>
|
||||
/// Returns a list containing the Outputs that we want to expose.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue