mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
parent
e8a8d481aa
commit
8f35d13d4b
25 changed files with 1154 additions and 642 deletions
|
|
@ -23,9 +23,9 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
public IntFeedback GreenLedBrightnessFeedback { get; private set; }
|
||||
public IntFeedback BlueLedBrightnessFeedback { get; private set; }
|
||||
|
||||
public StatusSignController(string key, string name, GenericBase hardware) : base(key, name, hardware)
|
||||
public StatusSignController(string key, string name, GenericBase sensor) : base(key, name, sensor)
|
||||
{
|
||||
_device = hardware as StatusSign;
|
||||
_device = sensor as StatusSign;
|
||||
|
||||
RedLedEnabledFeedback =
|
||||
new BoolFeedback(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue