docs: remove commented out code and associated XML comments

This commit is contained in:
Andrew Welker 2026-04-17 10:57:36 -05:00
parent 18088d37a1
commit 0a991cffb0

View file

@ -24,16 +24,6 @@ namespace PepperDash.Core
/// </summary>
public bool Enabled { get; protected set; }
/// <summary>
/// A place to store reference to the original config object, if any. These values should
/// NOT be used as properties on the device as they are all publicly-settable values.
/// </summary>
//public DeviceConfig Config { get; private set; }
/// <summary>
/// Helper method to check if Config exists
/// </summary>
//public bool HasConfig { get { return Config != null; } }
List<Action> _PreActivationActions;
List<Action> _PostActivationActions;