mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-16 14:06:54 +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
|
|
@ -16,10 +16,8 @@ using PepperDash.Essentials.Core.Config;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class MockDisplay : TwoWayDisplayBase, IBasicVolumeWithFeedback, IBridgeAdvanced
|
||||
[Obsolete("Please use PepperDash.Essentials.Devices.Common")]
|
||||
public class MockDisplay : TwoWayDisplayBase, IBasicVolumeWithFeedback, IBridgeAdvanced
|
||||
|
||||
{
|
||||
public RoutingInputPort HdmiIn1 { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue