mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
refactor: move DGE200 factory out of DGE200 class
This commit is contained in:
parent
bc64ee37cb
commit
a9fe8bbb10
1 changed files with 32 additions and 32 deletions
|
|
@ -58,6 +58,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
||||||
HdmiOut.Port = _dge.HdmiOut; ;
|
HdmiOut.Port = _dge.HdmiOut; ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class DmDge200CControllerFactory : EssentialsDeviceFactory<DmDge200CController>
|
public class DmDge200CControllerFactory : EssentialsDeviceFactory<DmDge200CController>
|
||||||
{
|
{
|
||||||
|
|
@ -91,4 +92,3 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue