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