mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
parent
1fee896a3d
commit
3c7495aaa1
37 changed files with 74 additions and 150 deletions
|
|
@ -12,7 +12,8 @@ using PepperDash.Essentials.Core.Config;
|
|||
|
||||
|
||||
namespace PepperDash.Essentials.Core.CrestronIO
|
||||
{
|
||||
{
|
||||
[Description("Wrapper class for Digital Input")]
|
||||
public class GenericDigitalInputDevice : EssentialsBridgeableDevice, IDigitalInput
|
||||
{
|
||||
public DigitalInput InputPort { get; private set; }
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
{
|
||||
/// <summary>
|
||||
/// Represents a generic device controlled by relays
|
||||
/// </summary>
|
||||
/// </summary>
|
||||
[Description("Wrapper class for a Relay")]
|
||||
public class GenericRelayDevice : EssentialsBridgeableDevice, ISwitchedOutput
|
||||
{
|
||||
public Relay RelayOutput { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue