chore: fix errors in log statements

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-09-25 09:50:55 -05:00
committed by GitHub
parent 72e67a1c4c
commit df03a71cbc
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
/// <summary>
/// Represents a GenericVersiportAnalogInputDeviceFactory
/// Factory for creating GenericVersiportAnalogInputDevice devices
/// </summary>
public class GenericVersiportAnalogInputDeviceFactory : EssentialsDeviceFactory<GenericVersiportAnalogInputDevice>
{