-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
What happened?
When "Send notifications on button press or IR" is enabled and "JSON remote" is selected for the IR remote WLED does not send UDP sync notifications for IR events, notifications are only sent on button presses.
To Reproduce Bug
Enable "Send notifications on button press or IR"
Enable "IR GPIO" with "JSON remote"
Upload custom "ir.json" remote file
Use IR remote to trigger IR event
Expected Behavior
UDP sync notification should be sent on IR events when using JSON remote
Install Method
Binary from WLED.me
What version of WLED?
WLED 0.15.0 (build 2412100)
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
Tested on ESP32/ WT32-ETH01 with ethernet connection
UDP sync notification are sent on IR events when using "24-key RGB" remote
Custom ir.json file used shown below
"0xD242628C": { "label": "Playlist 3", "pos": "1x2", "cmd": "&PL=3" }, "0xCC19A35B": { "label": "Playlist 4", "pos": "1x2", "cmd": "&PL=4" }
Code of Conduct
- I agree to follow this project's Code of Conduct