mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 21:04:48 +00:00
feat: RKST-160 add IAdvancedVolume interface
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
{
|
||||
public interface IAdvancedVolume
|
||||
{
|
||||
Dictionary<string, IBasicVolumeWithFeedback> Volumes { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user