add license,README.md
Release / build-release (push) Successful in 34s

Cette révision appartient à :
2026-04-26 16:06:47 +02:00
Parent f0797f0b6c
révision 2a68b77e3f
4 fichiers modifiés avec 672 ajouts et 9 suppressions
+29
Voir le fichier
@@ -0,0 +1,29 @@
# 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).
![License](https://img.shields.io/badge/license-GPLv3-blue.svg)