We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1bb5a commit 2d1c82bCopy full SHA for 2d1c82b
assets/webconfig/js/wizards/LedDevice_philipshue.js
@@ -797,8 +797,6 @@ const philipshueWizard = (() => {
797
}
798
} else if (Array.isArray(ledProperties?.lights) && ledProperties.lights.length > 0) {
799
hueLights = ledProperties.lights;
800
- } else {
801
- hueLights = ledProperties.lights;
802
803
804
if (Object.keys(hueLights).length > 0) {
0 commit comments