fix: updated debug statement for DinCenCnController class referencing building a temp sensor device

This commit is contained in:
Jason DeVito
2022-08-30 22:11:33 -05:00
parent 122abc56e5
commit 4574941288

View File

@@ -34,7 +34,7 @@ namespace PepperDash.Essentials.Core
public override EssentialsDevice BuildDevice(DeviceConfig dc)
{
Debug.Console(1, "Factory Attempting to create new C2N-RTHS Device");
Debug.Console(1, "Factory Attempting to create new DIN-CEN-CN2 Device");
var control = CommFactory.GetControlPropertiesConfig(dc);
var ipid = control.IpIdInt;