mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +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
|
|
@ -14,7 +14,7 @@ using PepperDash.Essentials.Core.Routing;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
[Description("Wrapper class for a Basic IR Display")]
|
||||
[Obsolete("Please use PepperDash.Essentials.Device.Common")]
|
||||
public class BasicIrDisplay : DisplayBase, IBasicVolumeControls, IBridgeAdvanced
|
||||
{
|
||||
public IrOutputPortController IrPort { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue