refactor: Remove commented-out Config properties from Device class and add spacing in EssentialsDevice class

This commit is contained in:
Neil Dorin 2026-06-03 14:09:47 -06:00
parent a1617fbeb2
commit 153922c3fe
2 changed files with 1 additions and 10 deletions

View file

@ -15,6 +15,7 @@ namespace PepperDash.Essentials.Core;
[Description("The base Essentials Device Class")]
public abstract class EssentialsDevice : Device
{
/// <summary>
/// Event that fires when the device has completed initialization. This is useful for any setup that needs to occur after all devices have been activated.
/// </summary>