mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
#742 Adds step to post activation action to determine initial room combination scenario
This commit is contained in:
parent
bfa48091d9
commit
2db397b474
1 changed files with 9 additions and 0 deletions
|
|
@ -54,6 +54,15 @@ namespace PepperDash.Essentials.Core
|
|||
SetupPartitionStateProviders();
|
||||
|
||||
SetRooms();
|
||||
|
||||
if (isInAutoMode)
|
||||
{
|
||||
DetermineRoomCombinationScenario();
|
||||
}
|
||||
else
|
||||
{
|
||||
SetRoomCombinationScenario(_propertiesConfig.defaultScenarioKey);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue