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
|
|
@ -283,7 +283,7 @@ namespace PepperDash.Essentials.DM
|
|||
}
|
||||
}
|
||||
|
||||
public class DmRmcControllerFactory : EssentialsDeviceFactory<GenericComm>
|
||||
public class DmRmcControllerFactory : EssentialsDeviceFactory<DmRmcControllerBase>
|
||||
{
|
||||
public DmRmcControllerFactory()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -323,7 +323,7 @@ namespace PepperDash.Essentials.DM
|
|||
}
|
||||
}
|
||||
|
||||
public class DmTxControllerFactory : EssentialsDeviceFactory<GenericComm>
|
||||
public class DmTxControllerFactory : EssentialsDeviceFactory<DmTxControllerBase>
|
||||
{
|
||||
public DmTxControllerFactory()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue