mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Fixed issue preventing lighting scene feedback from updating correctly.
This commit is contained in:
parent
97db1f35a1
commit
e0bfb8f091
5 changed files with 9 additions and 7 deletions
|
|
@ -26,6 +26,8 @@ namespace PepperDash.Essentials.Core.Lighting
|
|||
: base(key, name)
|
||||
{
|
||||
LightingScenes = new List<LightingScene>();
|
||||
|
||||
CurrentLightingScene = new LightingScene();
|
||||
}
|
||||
|
||||
public abstract void SelectScene(LightingScene scene);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue