mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
remove dummy device add
This commit is contained in:
parent
f0a3b27e3b
commit
b2402402d9
2 changed files with 1 additions and 7 deletions
|
|
@ -48,8 +48,6 @@ namespace PepperDash.Essentials
|
|||
SubscribeToDisplayFeedbacks();
|
||||
|
||||
CreateOrUpdateScheduledEvents();
|
||||
|
||||
DeviceManager.AddDevice(DummySource);
|
||||
}
|
||||
|
||||
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }
|
||||
|
|
|
|||
|
|
@ -81,8 +81,6 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public abstract void PowerOn();
|
||||
public abstract void PowerOff();
|
||||
public abstract void PowerToggle();
|
||||
|
|
@ -315,7 +313,5 @@ namespace PepperDash.Essentials.Core
|
|||
var newEvent = NumericSwitchChange;
|
||||
if (newEvent != null) newEvent(this, e);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue