refactor: move DGE200 factory out of DGE200 class

This commit is contained in:
Andrew Welker
2023-03-27 13:59:13 -06:00
parent bc64ee37cb
commit a9fe8bbb10

View File

@@ -58,6 +58,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
HdmiOut.Port = _dge.HdmiOut; ;
}
}
public class DmDge200CControllerFactory : EssentialsDeviceFactory<DmDge200CController>
{
@@ -91,4 +92,3 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
}
}
}
}