refactor: Simplify namespace declaration and formatting in IDisplayCurrentInput interface

This commit is contained in:
Neil Dorin 2026-05-06 17:13:48 -06:00
parent f80aa95649
commit ff1393b768

View file

@ -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.