From d15d8c191cbcf417877794491a87b9ca9cab5536 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Sun, 17 Jan 2021 21:02:31 +0100 Subject: [PATCH] Update readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 09c2cde..4a620e8 100644 --- a/README.rst +++ b/README.rst @@ -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