From e230baac4ec8b6c1d2ef69fc1b491b47b638b8fd Mon Sep 17 00:00:00 2001 From: Erik Meyer Date: Wed, 28 Jan 2026 18:02:18 -0500 Subject: [PATCH] fix: add back in unintentionally deleted MuteFeedback property --- .../DeviceTypeInterfaces/IBasicVolumeWithFeedback.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IBasicVolumeWithFeedback.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IBasicVolumeWithFeedback.cs index 6071aeaf..679dce71 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IBasicVolumeWithFeedback.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IBasicVolumeWithFeedback.cs @@ -5,6 +5,10 @@ namespace PepperDash.Essentials.Core /// public interface IBasicVolumeWithFeedback : IBasicVolumeControls { + /// + /// Gets the mute feedback + /// + BoolFeedback MuteFeedback { get; } /// /// Mutes the volume