https://github.com/azhuge233/yeelightcontrol
Toggle yeelight bulb and adjust brightness
https://github.com/azhuge233/yeelightcontrol
bulb-control dotnet smarthome yeelight
Last synced: about 1 month ago
JSON representation
Toggle yeelight bulb and adjust brightness
- Host: GitHub
- URL: https://github.com/azhuge233/yeelightcontrol
- Owner: azhuge233
- Created: 2021-04-18T12:27:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T22:45:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T23:54:18.167Z (11 months ago)
- Topics: bulb-control, dotnet, smarthome, yeelight
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YeelightControl
Toggle yeelight bulb and adjust brightness/RGB/temperature## Usage
First add your bulb's IP address in config.json, example:
```
[
"IP1",
"IP2"
]
```then execute
```
YeelightControl on/off/toggle/set [0-100]/RGB [0-100]/temp [xxxx] [0-100]/reset [0-100]
```
Tested on Windows 10, macOS Bug Sur and Debian 11 with 4 Yeelight 1S Colorful bulbs.