mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: ILightingScenesDynamic inherits from ILightingScenes
This commit is contained in:
@@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core.Lighting
|
||||
|
||||
}
|
||||
|
||||
public interface ILightingScenesDynamic
|
||||
public interface ILightingScenesDynamic : ILightingScenes
|
||||
{
|
||||
event EventHandler LightingScenesUpdated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user