mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 08:45:06 +00:00
10 lines
203 B
C#
10 lines
203 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// For display classes that can provide usage data
|
|
/// </summary>
|
|
public interface IDisplayUsage
|
|
{
|
|
IntFeedback LampHours { get; }
|
|
}
|
|
} |