srs-client: register a few more commands for testing.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Jun 2013 13:40:15 +0000 (16:40 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Jun 2013 13:53:00 +0000 (16:53 +0300)
src/client/client.c

index 53ef8e6..964aa6b 100644 (file)
 
 
 static const char *default_commands[] = {
-    "hal open the pod bay doors",        /* I'm sorry, Dave... */
-    "hal play music",                    /* command to play music */
-    "hal stop music",                    /* command to stop music */
-    "hal exit",                          /* command to exit */
+    "hal open the pod bay doors",
+    "hal play music",
+    "hal stop music",
+    "hal exit",
+    "hal dial __push_dict__(digits) *",
+    "hal play artist __push_dict__(artists) *"
 };