summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasmin Buchert <jbuchert@gmail.com>2010-10-31 17:19:42 +0100
committerDan McGee <dpmcgee@gmail.com>2011-01-21 16:19:33 -0600
commit994a98ba1c4c925b32e941253b495ae8b9e10c4b (patch)
tree06debb499eda79eb0e19e3efe2e06d080b235d45
parent1d1315887fcc50069d90f05c7ed9638a52d8e8ac (diff)
downloadonkyocontrol-994a98ba1c4c925b32e941253b495ae8b9e10c4b.tar.gz
onkyocontrol-994a98ba1c4c925b32e941253b495ae8b9e10c4b.zip
Add audyssey and dyneq commands
These will be used later by the frontend. Signed-off-by: Dan McGee <dpmcgee@gmail.com>
-rw-r--r--command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.c b/command.c
index daaedcd..1c6dda2 100644
--- a/command.c
+++ b/command.c
@@ -558,6 +558,8 @@ void init_commands(void)
add_command("swlevel", "SWL", handle_swlevel, 0);
add_command("avsync", "AVS", handle_avsync, 0);
add_command("memory", "MEM", handle_memory, 0);
+ add_command("audyssey", "ADY", handle_boolean, 0);
+ add_command("dyneq", "ADQ", handle_boolean, 0);
add_command("status", NULL, handle_status, 0);