mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat(wip): marked device base classes obsolete
- will move into essentials.devices.common
This commit is contained in:
parent
e1eb432dee
commit
96d97ee0fc
9 changed files with 15 additions and 29 deletions
|
|
@ -8,9 +8,7 @@ using PepperDash.Essentials.Core.Bridges;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// A bridge class to cover the basic features of GenericBase hardware
|
||||
/// </summary>
|
||||
[Obsolete("Please use PepperDash.Essentials.Devices.Common")]
|
||||
public abstract class CrestronGenericBaseDevice : EssentialsDevice, IOnline, IHasFeedback, ICommunicationMonitor, IUsageTracking
|
||||
{
|
||||
protected GenericBase Hardware;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue