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>
{

View File

@@ -131,7 +131,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
{
if (!Global.ControlSystem.SupportsVersiport)
{
Debug.LogError("GetVersiportDigitalOuptut: Processor does not support Versiports");
Debug.LogError("GetVersiportDigitalOutput: Processor does not support Versiports");
return null;
}
return Global.ControlSystem.VersiPorts[dc.PortNumber];