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 081b544 commit 4f770bfCopy full SHA for 4f770bf
libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp
@@ -2646,14 +2646,14 @@ bool LedDevicePhilipsHue::switchOn()
2646
if (_isOn)
2647
{
2648
Info(_log, "Device %s is ON", QSTRING_CSTR(_activeDeviceType));
2649
- emit isEnabledChanged(_isEnabled);
2650
rc =true;
2651
}
2652
else
2653
2654
Warning(_log, "Failed switching device %s ON", QSTRING_CSTR(_activeDeviceType));
2655
2656
+ emit isOnChanged(_isOn);
2657
2658
return rc;
2659
@@ -2717,6 +2717,7 @@ bool LedDevicePhilipsHue::switchOff()
2717
rc = true;
2718
2719
2720
2721
2722
2723
0 commit comments