File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -734,10 +734,10 @@ WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palet
734734WLED_GLOBAL bool receiveSegmentOptions _INIT (false ); // apply segment options
735735WLED_GLOBAL bool receiveSegmentBounds _INIT (false ); // apply segment bounds (start, stop, offset)
736736WLED_GLOBAL bool receiveDirect _INIT (true ); // receive UDP/Hyperion realtime
737- WLED_GLOBAL bool notifyDirect _INIT (false ); // send notification if change via UI or HTTP API
738- WLED_GLOBAL bool notifyButton _INIT (false ); // send if updated by button or infrared remote
737+ WLED_GLOBAL bool notifyDirect _INIT (true ); // send notification if change via UI or HTTP API
738+ WLED_GLOBAL bool notifyButton _INIT (true ); // send if updated by button or infrared remote
739739WLED_GLOBAL bool notifyAlexa _INIT (false ); // send notification if updated via Alexa
740- WLED_GLOBAL bool notifyHue _INIT (true ); // send notification if Hue light changes
740+ WLED_GLOBAL bool notifyHue _INIT (false ); // send notification if Hue light changes
741741#endif
742742
743743// effects
You can’t perform that action at this time.
0 commit comments