mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +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();
|
SubscribeToDisplayFeedbacks();
|
||||||
|
|
||||||
CreateOrUpdateScheduledEvents();
|
CreateOrUpdateScheduledEvents();
|
||||||
|
|
||||||
DeviceManager.AddDevice(DummySource);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }
|
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }
|
||||||
|
|
|
||||||
|
|
@ -81,8 +81,6 @@ namespace PepperDash.Essentials.Core
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public abstract void PowerOn();
|
public abstract void PowerOn();
|
||||||
public abstract void PowerOff();
|
public abstract void PowerOff();
|
||||||
public abstract void PowerToggle();
|
public abstract void PowerToggle();
|
||||||
|
|
@ -315,7 +313,5 @@ namespace PepperDash.Essentials.Core
|
||||||
var newEvent = NumericSwitchChange;
|
var newEvent = NumericSwitchChange;
|
||||||
if (newEvent != null) newEvent(this, e);
|
if (newEvent != null) newEvent(this, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue