mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
chore: fix errors in log statements
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
72e67a1c4c
commit
df03a71cbc
2 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
|
||||
|
||||
/// <summary>
|
||||
/// Represents a GenericVersiportAnalogInputDeviceFactory
|
||||
/// Factory for creating GenericVersiportAnalogInputDevice devices
|
||||
/// </summary>
|
||||
public class GenericVersiportAnalogInputDeviceFactory : EssentialsDeviceFactory<GenericVersiportAnalogInputDevice>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue