mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
chore: renames property to Keys
This commit is contained in:
@@ -161,7 +161,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
|
|
||||||
public interface IHasAccessoryDevices : IKeyName
|
public interface IHasAccessoryDevices : IKeyName
|
||||||
{
|
{
|
||||||
List<string> AccessoryDevices { get; }
|
List<string> AccessoryDeviceKeys { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user