mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
#729 Updates to get CheckSchedule method working as designed
This commit is contained in:
parent
840934502b
commit
e964172200
3 changed files with 56 additions and 27 deletions
|
|
@ -59,6 +59,9 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
VolumeLevelFeedback = new IntFeedback(() => { return _FakeVolumeLevel; });
|
||||
MuteFeedback = new BoolFeedback("MuteOn", () => _IsMuted);
|
||||
|
||||
WarmupTime = 10000;
|
||||
CooldownTime = 5000;
|
||||
}
|
||||
|
||||
public override void PowerOn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue