https://github.com/phts/np-01_buttons
https://github.com/phts/np-01_buttons
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phts/np-01_buttons
- Owner: phts
- Created: 2023-02-03T20:53:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T16:27:58.000Z (6 months ago)
- Last Synced: 2025-01-27T06:32:13.856Z (5 months ago)
- Language: JavaScript
- Homepage: https://tsaryk.com/NP-01
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHTS NP-01: buttons
Handlers for front panel buttons used by [PHTS NP-01].
:warning: Some of those commands also used by [IR controller].
## Install
```sh
cd /home/volumio
git clone https://github.com/phts/NP-01_buttons.git
cd NP-01_buttons
npm i --only=prod
```## Usage
`/etc/rc.local`:
```sh
...sudo bash /home/volumio/NP-01_buttons/run.sh &
...
```[PHTS NP-01]: https://tsaryk.com/NP-01
[IR controller]: https://github.com/phts/NP-01_IR-controller-configs