Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
node-red-contrib-wled-notification
Advanced tools
Node-RED node for visual notification effects on WLED devices
A Node-RED node for visual notification effects with WLED lights. It is inspired by notification effects of smart bulbs (e.g., Tradfri, Hue) and can be used for home automation or any other use case where visual notification signals are desired.
Watch the demo video to see an example use case with Home Assistant in action.
This node uses WLED's UDP Realtime protocol to display notification effects. Whatever WLED currently displays is temporarily replaced by the notification effect and continued afterward. This protocol does not change any WLED settings and therefore does not introduce edge cases in state handling (WLED settings can be safely changed during a notification effect).
To install this node, follow the instructions in the Node-RED documentation (use the Manage palette
feature or run npm install node-red-contrib-wled-notification
in your Node-RED user directory).
Add the WLED Notification
node from the network category to your flow and configure the WLED host. All other settings have reasonable defaults.
The node currently comes with a single customizable effect Blink
which starts with black, then smoothly fades to a configured effectColor
, then smoothly fades out again. The speed/duration can be controlled by effectFrequency
(1
Hz means that the fade-in-out sequence takes one second), and the number of fade sequences can be controlled by effectCycles
(3
means that the fade-in-out is repeated three times, amounting to 3 seconds duration at 1 Hz of the full effect).
Effects can be displayed on subsections of LED strips by setting ledStart
and ledCount
accordingly. This even allows to display multiple effect configurations in parallel on the same strip.
This project welcomes pull requests. To contribute, please fork this repository, make your changes, and submit a pull request. Please ensure that your PR adheres to the project's standards.
This project is licensed under the Apache License 2.0. See the LICENSE
file for more details.
FAQs
Node-RED node for visual notification effects on WLED devices
The npm package node-red-contrib-wled-notification receives a total of 21 weekly downloads. As such, node-red-contrib-wled-notification popularity was classified as not popular.
We found that node-red-contrib-wled-notification demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.