diff --git a/wled00/wled.h b/wled00/wled.h index 8ec665597..39efc5fd2 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -733,10 +733,10 @@ WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palet WLED_GLOBAL bool receiveSegmentOptions _INIT(false); // apply segment options WLED_GLOBAL bool receiveSegmentBounds _INIT(false); // apply segment bounds (start, stop, offset) WLED_GLOBAL bool receiveDirect _INIT(true); // receive UDP/Hyperion realtime -WLED_GLOBAL bool notifyDirect _INIT(false); // send notification if change via UI or HTTP API -WLED_GLOBAL bool notifyButton _INIT(false); // send if updated by button or infrared remote +WLED_GLOBAL bool notifyDirect _INIT(true); // send notification if change via UI or HTTP API +WLED_GLOBAL bool notifyButton _INIT(true); // send if updated by button or infrared remote WLED_GLOBAL bool notifyAlexa _INIT(false); // send notification if updated via Alexa -WLED_GLOBAL bool notifyHue _INIT(true); // send notification if Hue light changes +WLED_GLOBAL bool notifyHue _INIT(false); // send notification if Hue light changes #endif // effects