mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
chore: renames property to Keys
This commit is contained in:
parent
7e4b5f984f
commit
8878ff7ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ namespace PepperDash.Essentials.Core
|
||||||
|
|
||||||
public interface IHasAccessoryDevices : IKeyName
|
public interface IHasAccessoryDevices : IKeyName
|
||||||
{
|
{
|
||||||
List<string> AccessoryDevices { get; }
|
List<string> AccessoryDeviceKeys { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue