fix: room combiner messenger sends disableAutoMode property

This commit is contained in:
Andrew Welker
2025-06-27 10:45:42 -04:00
parent c1809459a6
commit 96ac266d24
3 changed files with 87 additions and 0 deletions

View File

@@ -62,6 +62,17 @@ namespace PepperDash.Essentials.Core
}
}
/// <summary>
/// Gets a value indicating whether automatic mode is disabled.
/// </summary>
public bool DisableAutoMode
{
get
{
return _propertiesConfig.DisableAutoMode;
}
}
private CTimer _scenarioChangeDebounceTimer;
private int _scenarioChangeDebounceTimeSeconds = 10; // default to 10s