mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Progress on adding Description attribute and printing types at runtime
This commit is contained in:
parent
c5232ca6b8
commit
ae23eec005
13 changed files with 117 additions and 17 deletions
|
|
@ -10,6 +10,7 @@ using PepperDash.Essentials.Core.Config;
|
|||
|
||||
namespace PepperDash.Essentials.Core.CrestronIO
|
||||
{
|
||||
[Description("Wrapper class for the C2N-RTHS sensor")]
|
||||
public class C2nRthsController : CrestronGenericBridgeableBaseDevice
|
||||
{
|
||||
private readonly C2nRths _device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue