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,10 +23,10 @@ namespace PepperDash.Essentials.DM
|
|||
public StringFeedback EdidPreferredTimingFeedback { get; protected set; }
|
||||
public StringFeedback EdidSerialNumberFeedback { get; protected set; }
|
||||
|
||||
protected DmRmcControllerBase(string key, string name, EndpointReceiverBase device)
|
||||
: base(key, name, device)
|
||||
protected DmRmcControllerBase(string key, string name, EndpointReceiverBase sensor)
|
||||
: base(key, name, sensor)
|
||||
{
|
||||
_rmc = device;
|
||||
_rmc = sensor;
|
||||
// if wired to a chassis, skip registration step in base class
|
||||
PreventRegistration = _rmc.DMOutput != null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue