mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
Updates to complete SamsungMDC driver addition
This commit is contained in:
parent
7abccd8865
commit
5d0f50677a
14 changed files with 567 additions and 558 deletions
|
|
@ -33,6 +33,7 @@ namespace PepperDash.Essentials.Core
|
|||
protected override Func<bool> PowerIsOnFeedbackFunc { get { return () => _PowerIsOn; } }
|
||||
protected override Func<bool> IsCoolingDownFeedbackFunc { get { return () => _IsCoolingDown; } }
|
||||
protected override Func<bool> IsWarmingUpFeedbackFunc { get { return () => _IsWarmingUp; } }
|
||||
protected override Func<string> CurrentInputFeedbackFunc { get { return () => "Not Implemented"; } }
|
||||
|
||||
int VolumeHeldRepeatInterval = 200;
|
||||
ushort VolumeInterval = 655;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue