mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
refactor: RKST-93 rename interface & properties
This commit is contained in:
parent
693d4f8723
commit
9e61dcd554
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue