#729 Updates to get CheckSchedule method working as designed

This commit is contained in:
Neil Dorin
2021-07-02 15:01:17 -06:00
parent 840934502b
commit e964172200
3 changed files with 56 additions and 27 deletions

View File

@@ -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()