
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
A library to control the MiLight family (LimitlessLed etc) of light globes on v6 bridges.
This is a library for controlling MiLight/LimitlessLed/AppLamp/etc lights connected to a v6 bridge.
var mb=require('./milight.js');
mb.initiate(BRIDGE_IP,BRIDGE_PORT);
//control the Bridge Lamp var baseCtl=mb.baseCtlFactory();
//control the first RGBW zone var z1=mb.zoneCtlRGBWFactory(0x01);
//control the second RGBWW zone var z2=mb.zoneCtlRGBWWFactory(0x02);
//Method 1 mb.sendCmd(z1.on()); mb.sendCmd(z1.colorSet(0x20));
//Method 2 z1.command("on") z1.command("colorSet",0x20)
The following commands are valid (where the zone supports it)
on off colorRGB (parameter [r,g,b]) colorSet (parameter 0x00-0xFF) colorUp colorDown brightnessSet (parameter 0x00-0x64) brightnessUp brightnessDown saturationSet (parameter 0x00-0x64) saturationUp saturationDown link unlink
FAQs
A library to control the MiLight family (LimitlessLed etc) of light globes on v6 bridges.
We found that milight_v6 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.