A simple Yeelight control with which you can turn off, on and dim a Yeelight from the notification panel in windows.
For this first version only one Yeelight can be controlled, and the local IP must be entered by hand in the constructor of the Yeelight class.
Double click on icon toggle the light on and off
Right click open Dim trackbar
*Visual Studio *Windows Forms
Download the repository and open de .sln with Visual Studio
First
Open Yeelight.sln
Open the file settings.json and set your Yeeligth's IP in the ipAddress parameter.
{
"ipAddress": "192.168.1.6"
}
Build and go.
- Pablo Horno - Initial work - PabloHorno
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- To thoes one who will download and try my program ;)