docs: update XML comments for EssentialsDeviceFactory

This commit is contained in:
Andrew Welker
2025-09-25 09:46:55 -05:00
parent d9ef8a2289
commit f8728b6825

View File

@@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core
public List<string> TypeNames { get; protected set; }
/// <summary>
/// The method that will build the device
/// Build the device using the configuration
/// </summary>
/// <param name="dc">The device config</param>
/// <returns>An instance of the device</returns>