refactor: RKST-93 rename interface & properties

This commit is contained in:
Andrew Welker
2024-03-08 20:41:54 -06:00
parent 693d4f8723
commit 9e61dcd554

View File

@@ -6,8 +6,8 @@ using System.Threading.Tasks;
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{
public interface IAdvancedVolume
public interface ILevelControls
{
Dictionary<string, IBasicVolumeWithFeedback> Volumes { get; }
Dictionary<string, IBasicVolumeWithFeedback> LevelControlPoints { get; }
}
}