mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
#742 Adds step to post activation action to determine initial room combination scenario
This commit is contained in:
@@ -54,6 +54,15 @@ namespace PepperDash.Essentials.Core
|
|||||||
SetupPartitionStateProviders();
|
SetupPartitionStateProviders();
|
||||||
|
|
||||||
SetRooms();
|
SetRooms();
|
||||||
|
|
||||||
|
if (isInAutoMode)
|
||||||
|
{
|
||||||
|
DetermineRoomCombinationScenario();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
SetRoomCombinationScenario(_propertiesConfig.defaultScenarioKey);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user