refactors several RMC controller Classes

This commit is contained in:
Andrew Welker
2020-05-06 08:33:56 -06:00
parent 122fe24701
commit 649e2658d2
5 changed files with 117 additions and 145 deletions

View File

@@ -26,6 +26,7 @@ namespace PepperDash.Essentials.DM
: base(key, name, device)
{
Rmc = device;
// if wired to a chassis, skip registration step in base class
PreventRegistration = device.DMOutput != null;