29 lignes
654 B
Markdown
29 lignes
654 B
Markdown
# USB Control Plugin for moOde
|
|
|
|
Adds a USB power control entry in the moOde UI.
|
|
|
|
## ✨ Features
|
|
|
|
- Toggle USB power from the web interface
|
|
- Visual status indicator
|
|
|
|
---
|
|
|
|
## 🚀 Quick Install (one command)
|
|
|
|
```bash
|
|
curl -L https://git.celjim.fr/jimmyGALLAND/moodeaudio-usb-control/releases/download/latest/moodeaudio-usb-control.tar.gz | tar xz && chmod +x ./install.sh && sudo ./install.sh
|
|
```
|
|
|
|
## 🧼 Uninstall
|
|
|
|
```bash
|
|
sudo ./uninstall.sh
|
|
```
|
|
## 🧼 Version compatibility cheched
|
|
9.4.1
|
|
|
|
## 📜 License
|
|
|
|
This project is licensed under the GNU General Public License v3.0 (GPLv3).
|
|
 |