mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Updates type for Partitions on IEssentialsRoomController
This commit is contained in:
parent
9795637d75
commit
377cccf912
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// The partition
|
||||
/// </summary>
|
||||
List<IPartitionStateProvider> Partitions { get; }
|
||||
List<IPartitionController> Partitions { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the state of a manual partition sensor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue