mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fixes incorrect type definitions in Device Factories.
This commit is contained in:
parent
e55a647854
commit
902a94a82c
5 changed files with 5 additions and 5 deletions
|
|
@ -271,7 +271,7 @@ namespace PepperDash.Essentials.DM
|
|||
public ControlPropertiesConfig Control { get; set; }
|
||||
}
|
||||
|
||||
public class HdMdxxxCEControllerFactory : EssentialsDeviceFactory<GenericComm>
|
||||
public class HdMdxxxCEControllerFactory : EssentialsDeviceFactory<HdMdxxxCEController>
|
||||
{
|
||||
public HdMdxxxCEControllerFactory()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue