mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
fix: fixes for room combination in manual/auto mode with actual crestron partition sensors
This commit is contained in:
@@ -132,8 +132,6 @@ namespace PepperDash.Essentials.Core
|
||||
|
||||
void PartitionPresentFeedback_OutputChange(object sender, FeedbackEventArgs e)
|
||||
{
|
||||
if (!IsInAutoMode) return;
|
||||
|
||||
StartDebounceTimer();
|
||||
}
|
||||
|
||||
@@ -239,6 +237,8 @@ namespace PepperDash.Essentials.Core
|
||||
{
|
||||
partition.SetAutoMode();
|
||||
}
|
||||
|
||||
DetermineRoomCombinationScenario();
|
||||
}
|
||||
|
||||
public void SetManualMode()
|
||||
|
||||
Reference in New Issue
Block a user