Fixed Debug Statement to reflect proper device

This commit is contained in:
Trevor Payne
2022-12-14 11:43:44 -06:00
parent c2a439d20d
commit d980209bd8

View File

@@ -49,7 +49,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
public override EssentialsDevice BuildDevice(DeviceConfig dc)
{
Debug.Console(1, "Factory Attempting to create new C2N-IO Device");
Debug.Console(1, "Factory Attempting to create new DinIo8 Device");
return new DinIo8Controller(dc.Key, GetDinIo8Device, dc);
}