cleaner readme

This commit is contained in:
zi 2024-08-07 18:38:55 +05:30
parent ca58a0e31b
commit 444818262b

View File

@ -10,28 +10,28 @@ Calc fields / Variables:
- fadein / fadeout (milliseconds) [optional/default]
- duration (seconds)
- brightness -> 0-255 (optional, else default) [optional/default]
- "channel" --> LED/channel identifier, order as connected to DMX decoder
(channel = name | opendmxcontroller calls fixtures "by_name")
- channels are sequential and fixed
- blank channels also must be added to dmx..()
- "channel" --> LED/channel identifier, order as connected to DMX decoder
(channel = name | opendmxcontroller calls fixtures "by_name")
channels are sequential and fixed
blank channels also must be added to dmx..()
- Map channels (play one at a time, wait for input):
Map channels (play one at a time, wait for input):
```
$ python3 mapchannels.py
```
- run sequence:
run sequence:
```
$ python3 sequence.py
```
- run sequence from START cell (not from t=0):
run sequence from START cell (not from t=0):
```
$ python3 zztest_sequence.py
```
- debug:
- (play single channel only and exit)
debug (play single channel only and exit):
```
$ python3 playsingle.py <channel/name>
```
@ -46,13 +46,11 @@ _____
$ python3 getspread.py
```
- restart service
- OR edit in json, save, restart service
- restart service or run script
_____
- check script output:
check script output in terminal:
```
$ tmux a -t light
```