mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +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;
|
event EventHandler LightingScenesUpdated;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue