# 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/public/moodeaudio-usb-control/raw/branch/master/install.sh | bash ``` or ```bash curl -L https://git.celjim.fr/public/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 checked 10.1.2 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)