mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +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>
|
/// <summary>
|
||||||
/// The partition
|
/// The partition
|
||||||
/// </summary>
|
/// </summary>
|
||||||
List<IPartitionStateProvider> Partitions { get; }
|
List<IPartitionController> Partitions { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toggles the state of a manual partition sensor
|
/// Toggles the state of a manual partition sensor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue