mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 09:15:06 +00:00
Fixed issue preventing lighting scene feedback from updating correctly.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user