Remotely control OpenRGB Effects Plugin profiles
This project provides a server implementation for managing OpenRGB Effects Plugin profiles
python main.pyServer lives on http://0.0.0.0:5000
Turn RGB On:
http://localhost:5000/control-rgb?mode=on
Turn RGB Off:
http://localhost:5000/control-rgb?mode=off
- Python 3.x