mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
refactor: Remove commented-out Config properties from Device class and add spacing in EssentialsDevice class
This commit is contained in:
parent
a1617fbeb2
commit
153922c3fe
2 changed files with 1 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue