Skip to content

Commit

Permalink
Add note about 1 connection and related disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jul 1, 2024
1 parent d00c0b2 commit d57dac1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ynca/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ def YncaTerminal(serial_url: str):
With the YNCA terminal you can manually send YNCA commands to a receiver.
This is useful to figure out what a command does.
Use ? as <value> to GET the value.
Note that a receiver only allows 1 YNCA connection at the time!
When connection gets lost immediately after connecting that
usually means something else already has a YNCA connection open.
Type 'exit' or 'quit' to exit.
Quick reference:
Command format: @<subunit>:<function>=<value>
Use ? as <value> to GET the value.
Examples:
@SYS:MODELNAME=?
@MAIN:VOL=-24
Expand Down

0 comments on commit d57dac1

Please sign in to comment.