mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix: ILightingScenesDynamic inherits from ILightingScenes
This commit is contained in:
parent
d99095e8ce
commit
9db980ead1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core.Lighting
|
|||
|
||||
}
|
||||
|
||||
public interface ILightingScenesDynamic
|
||||
public interface ILightingScenesDynamic : ILightingScenes
|
||||
{
|
||||
event EventHandler LightingScenesUpdated;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue