mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 18:54:52 +00:00
chore: move interfaces to their own files
This commit is contained in:
10
src/PepperDash.Essentials.Core/Devices/IDisplayUsage.cs
Normal file
10
src/PepperDash.Essentials.Core/Devices/IDisplayUsage.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// For display classes that can provide usage data
|
||||
/// </summary>
|
||||
public interface IDisplayUsage
|
||||
{
|
||||
IntFeedback LampHours { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user