mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: updated debug statement for DinCenCnController class referencing building a temp sensor device
This commit is contained in:
parent
122abc56e5
commit
4574941288
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue