diff --git a/src/PepperDash.Essentials.Core/Lighting/Lighting Interfaces.cs b/src/PepperDash.Essentials.Core/Lighting/Lighting Interfaces.cs index 1ff0508f..c762147c 100644 --- a/src/PepperDash.Essentials.Core/Lighting/Lighting Interfaces.cs +++ b/src/PepperDash.Essentials.Core/Lighting/Lighting Interfaces.cs @@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core.Lighting } - public interface ILightingScenesDynamic + public interface ILightingScenesDynamic : ILightingScenes { event EventHandler LightingScenesUpdated; }