mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
19 lines
447 B
C#
19 lines
447 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using Crestron.SimplSharpPro;
|
|
//using Crestron.SimplSharpPro.DeviceSupport;
|
|
|
|
//using PepperDash.Core;
|
|
|
|
|
|
//namespace PepperDash.Essentials.Core
|
|
//{
|
|
// public interface IPresentationSource : IKeyed
|
|
// {
|
|
// string Name { get; }
|
|
// PresentationSourceType Type { get; }
|
|
// string IconName { get; set; }
|
|
// BoolFeedback HasPowerOnFeedback { get; }
|
|
|
|
// }
|
|
//} |