mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
refactor: Simplify namespace declaration and formatting in IDisplayCurrentInput interface
This commit is contained in:
parent
f80aa95649
commit
ff1393b768
1 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
using PepperDash.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the contract for a display device that has current input information. This is used to provide a common interface for the TwoWayDisplayBaseMessenger to get current input information without requiring the full TwoWayDisplayBase class
|
||||
/// </summary>
|
||||
public interface IDisplayCurrentInput : IKeyName
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the contract for a display device that has current input information. This is used to provide a common interface for the TwoWayDisplayBaseMessenger to get current input information without requiring the full TwoWayDisplayBase class
|
||||
/// </summary>
|
||||
public interface IDisplayCurrentInput : IKeyName
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Current Input feedback for the display device.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue