Yapi
Yapi is a Java API that lets you control different Yeelight devices via Wi-Fi
Install / Use
/learn @florian-mollin/YapiREADME
Yapi : Yeelight Java API
Yapi is an API that lets you control different Yeelight devices via Wi-Fi.
Get Yapi
To use Yapi, you can download the JAR here (Java 8 or above is required).
Usage / Example
Here is a simple example of how to use the API:
// Instantiate your device (with its IP)
YeelightDevice device = new YeelightDevice("192.168.1.47");
// Switch on the device
device.setPower(true);
// Change device color
device.setRGB(255, 126, 0);
// Change device brightness
device.setBrightness(100);
For a complete overview of available commands, see the API documentation.
Related Skills
node-connect
334.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.2kCommit, push, and open a PR
