Skip to content
0xWraith edited this page Apr 6, 2021 · 7 revisions

Introduction

The goal of this documentation is to show an overview of the YeelightAPI.

To use this API, on your device you need to enable LAN Control

YeelightAPI is based on Yeelight Third-party Control Protocol.

Constructor

First of all, you need to instantiate your device with the following parameters:

public class Main
{
    public static void main(String[] args) 
    {
        YeelightBulb bulb = new YeelightBulb("192.168.0.100");
    }
}

Methods

//Working on it
Clone this wiki locally