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 @@ -697,10 +697,10 @@ WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palet
697697WLED_GLOBAL bool receiveSegmentOptions _INIT (false ); // apply segment options
698698WLED_GLOBAL bool receiveSegmentBounds _INIT (false ); // apply segment bounds (start, stop, offset)
699699WLED_GLOBAL bool receiveDirect _INIT (true ); // receive UDP/Hyperion realtime
700- WLED_GLOBAL bool notifyDirect _INIT (false ); // send notification if change via UI or HTTP API
701- WLED_GLOBAL bool notifyButton _INIT (false ); // send if updated by button or infrared remote
700+ WLED_GLOBAL bool notifyDirect _INIT (true ); // send notification if change via UI or HTTP API
701+ WLED_GLOBAL bool notifyButton _INIT (true ); // send if updated by button or infrared remote
702702WLED_GLOBAL bool notifyAlexa _INIT (false ); // send notification if updated via Alexa
703- WLED_GLOBAL bool notifyHue _INIT (true ); // send notification if Hue light changes
703+ WLED_GLOBAL bool notifyHue _INIT (false ); // send notification if Hue light changes
704704#endif
705705
706706// effects
You can’t perform that action at this time.
0 commit comments