Florian Mollin Yapi Save Abandoned

Yapi is a Java API that lets you control different Yeelight devices via Wi-Fi

Project README

Build Status

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.

Open Source Agenda is not affiliated with "Florian Mollin Yapi" Project. README Source: florian-mollin/yapi
Stars
74
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating