mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fixes incorrect type definitions in Device Factories.
This commit is contained in:
parent
8a77772e84
commit
2839e4676c
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