schermetto: readme explains keypress

This commit is contained in:
boyska 2022-08-19 19:09:30 +02:00
parent 1b3384c49a
commit 654873529c

View file

@ -31,6 +31,6 @@ a questo punto lancia `docker-compose up`
```
apt install python3-websocket
./utils/wsclient.py -k 'wss://localhost:8000/v1/ws/counter/0' | stdbuf -o0 jq .value | ./schermetto/num_display.py --no-fu --inve 4
./utils/wsclient.py -k 'ws://localhost:8000/v1/ws/counter/0' | stdbuf -o0 jq .value | ./schermetto/num_display.py --no-fu --inve 4 --on-key 'env USER_PASSWORD=admin:changeme! ./utils/movecounter.sh'
```