mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
refactor: RKST-93 rename interface & properties
This commit is contained in:
@@ -6,8 +6,8 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
{
|
{
|
||||||
public interface IAdvancedVolume
|
public interface ILevelControls
|
||||||
{
|
{
|
||||||
Dictionary<string, IBasicVolumeWithFeedback> Volumes { get; }
|
Dictionary<string, IBasicVolumeWithFeedback> LevelControlPoints { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user