mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 01:35:02 +00:00
feat: Adds IHasAccessoryDevices
This commit is contained in:
@@ -159,4 +159,9 @@ namespace PepperDash.Essentials.Core
|
||||
Core.Privacy.MicrophonePrivacyController MicrophonePrivacy { get; }
|
||||
}
|
||||
|
||||
public interface IHasAccessoryDevices : IKeyName
|
||||
{
|
||||
List<string> AccessoryDevices { get; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user