Skip to content

YeelightAPI - a simple Java library which helps you to work with your Xiaomi Yeelight devices via network.

License

Notifications You must be signed in to change notification settings

0xWraith/YeelightAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YeelightAPI

YeelightAPI - a simple Java library which helps you to work with your Xiaomi Yeelight devices via network.

How to use

public class Main
{
    public static void main(String[] args) 
    {

        YeelightBulb bulb = new YeelightBulb("192.168.0.100");

        bulb.setRGBColor(255, 255, 255); //Set bulb white color
        bulb.setBrightness(25); //Set brightness to 25%
    }
}

All methods

For more info use Wiki page of API documentation.

Readme is under construction

About

YeelightAPI - a simple Java library which helps you to work with your Xiaomi Yeelight devices via network.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages