mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: fixes for room combination in manual/auto mode with actual crestron partition sensors
This commit is contained in:
parent
71815eff17
commit
a3351812cd
2 changed files with 6 additions and 2 deletions
|
|
@ -87,6 +87,8 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public void SetAutoMode()
|
||||
{
|
||||
Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, $"Setting {Key} to Auto Mode", this);
|
||||
|
||||
IsInAutoMode = true;
|
||||
if (PartitionPresentFeedback != null)
|
||||
{
|
||||
|
|
@ -106,6 +108,8 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public void SetManualMode()
|
||||
{
|
||||
Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, $"Setting {Key} to Manual Mode", this);
|
||||
|
||||
IsInAutoMode = false;
|
||||
if (PartitionPresentFeedback != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue