We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfea8c9 commit 16461a4Copy full SHA for 16461a4
miniclient/src/miniclient.c
@@ -25,7 +25,7 @@ void
25
print_help ()
26
{
27
fprintf(stdout, "Usage:\n miniclient <service> <command> [repeat]\n");
28
- fprintf(stdout, "Services supported:\n azur\n lgtv\n pioneer\n");
+ fprintf(stdout, "Services supported:\n azur\n lgtv\n pioneer\n arcam\n");
29
fprintf(stdout, "Use miniclient <service> help to get a list of commands supported by services\n");
30
}
31
rs232.conf.example
@@ -14,3 +14,7 @@ model = MD27
14
[PioneerService]
15
tty = /dev/ttyS0
16
model = KRL-32V
17
+
18
+[ArcamService]
19
+tty = /dev/ttyS1
20
+model = XXX
0 commit comments