mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat: Adds IHasAccessoryDevices
This commit is contained in:
parent
64ab315142
commit
7e4b5f984f
1 changed files with 5 additions and 0 deletions
|
|
@ -159,4 +159,9 @@ namespace PepperDash.Essentials.Core
|
||||||
Core.Privacy.MicrophonePrivacyController MicrophonePrivacy { get; }
|
Core.Privacy.MicrophonePrivacyController MicrophonePrivacy { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IHasAccessoryDevices : IKeyName
|
||||||
|
{
|
||||||
|
List<string> AccessoryDevices { get; }
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue