Fichiers
moodeaudio-usb-control/README.md
T
jimmyGALLAND 2a68b77e3f
Release / build-release (push) Successful in 34s
add license,README.md
2026-04-26 17:58:32 +02:00

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).
![License](https://img.shields.io/badge/license-GPLv3-blue.svg)