mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
docs: update XML comments for EssentialsDeviceFactory
This commit is contained in:
parent
d9ef8a2289
commit
f8728b6825
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue