Merge pull request #1245 from PepperDash/fix-add-client

Update `mobileadduiclient` command & `CrestronGenericBaseDevice.CustomActivate` method
This commit is contained in:
Neil Dorin
2025-04-08 12:47:08 -06:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ namespace PepperDash.Essentials.Core
Hardware.OnlineStatusChange += Hardware_OnlineStatusChange;
CommunicationMonitor.Start();
return true;
return base.CustomActivate();
}
/// <summary>