mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
Updates type for Partitions on IEssentialsRoomController
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user