Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jan 17, 2021
1 parent fff5a16 commit d15d8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Example
# Create a receiver object. This call takes a while (multiple seconds) since
# it communicates quite a lot with the actual device.
# Note that later calls that control the receiver are are fast (they get async responses)
receiver = ynca.YncaReceiver("/dev/tty1") # Port could also be e.g. COM3 on Windows or 192.168.1.12 for IP connection
receiver = ynca.YncaReceiver("/dev/tty1") # Port could also be e.g. COM3 on Windows or socket://192.168.1.12:50000 for IP connection
# Attributes that are still None after initialization are not supported by the receiver/zone
# ``receiver.zones`` is a dictionary with all available zone object for the receiver
Expand Down

0 comments on commit d15d8c1

Please sign in to comment.