cleaner readme

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

View File

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