Skip to content

Commit

Permalink
Insteon_Stats: Add Voice Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
krkeegan committed Aug 9, 2013
1 parent d6514da commit b96eeee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Insteon/BaseInsteon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,8 @@ sub get_voice_cmds
'status' => "$object_name->request_status",
'get engine version' => "$object_name->get_engine_version",
'scan link table' => "$object_name->scan_link_table(\"" . '\$self->log_alllink_table' . "\")",
'print message stats' => "$object_name->print_message_stats",
'reset message stats' => "$object_name->reset_message_stats",
'log links' => "$object_name->log_alllink_table()"
)
}
Expand Down
2 changes: 2 additions & 0 deletions lib/Insteon/BaseInterface.pm
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,8 @@ sub get_voice_cmds
'scan all device link tables' => "Insteon::scan_all_linktables",
'sync all links' => "Insteon::sync_all_links(0)",
'AUDIT - sync all links' => "Insteon::sync_all_links(1)",
'print all message stats' => "Insteon::print_all_message_stats",
'reset all message stats' => "Insteon::reset_all_message_stats",
'log all device ALDB status' => "Insteon::log_all_ADLB_status"
);
return \%voice_cmds;
Expand Down

0 comments on commit b96eeee

Please sign in to comment.