fix: remove LightingBase from core

This commit is contained in:
Andrew Welker
2025-03-25 22:50:31 -05:00
parent 277771d154
commit 19d0bc73c8
3 changed files with 39 additions and 172 deletions

View File

@@ -22,6 +22,7 @@ using PepperDash.Essentials.Core.Web;
using PepperDash.Essentials.Devices.Common.AudioCodec;
using PepperDash.Essentials.Devices.Common.Cameras;
using PepperDash.Essentials.Devices.Common.Displays;
using PepperDash.Essentials.Devices.Common.Lighting;
using PepperDash.Essentials.Devices.Common.SoftCodec;
using PepperDash.Essentials.Devices.Common.VideoCodec;
using PepperDash.Essentials.Room.MobileControl;
@@ -492,7 +493,7 @@ namespace PepperDash.Essentials
messengerAdded = true;
}
if (device is ILightingScenes)
if (device is ILightingScenes || device is LightingBase)
{
var deviceKey = device.Key;