mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +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;
|
event EventHandler LightingScenesUpdated;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user