mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fixes types for base device Generic types
This commit is contained in:
parent
ae23eec005
commit
e55a647854
4 changed files with 4 additions and 3 deletions
|
|
@ -162,7 +162,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
}
|
||||
}
|
||||
|
||||
public class StatusSignControllerFactory : EssentialsDeviceFactory<GenericComm>
|
||||
public class StatusSignControllerFactory : EssentialsDeviceFactory<StatusSignController>
|
||||
{
|
||||
public StatusSignControllerFactory()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue