Skip to content

Commit

Permalink
Merge pull request #697 from hplato/alexa
Browse files Browse the repository at this point in the history
Add ALEXA_BRIDGE type
  • Loading branch information
hplato authored Jun 17, 2017
2 parents 21b198a + 273b777 commit cabb0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/read_table_A.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ sub read_table_A {

#-------------- End AD2 Objects -------------
#-------------- Alexa Objects -----------------
elsif ( $type eq "ALEX_BRIDGE" ) {
elsif (( $type eq "ALEX_BRIDGE" ) or ( $type eq "ALEXA_BRIDGE" )) {
require 'AlexaBridge.pm';
($name) = @item_info;
$object = "AlexaBridge('$other')";
Expand Down

0 comments on commit cabb0d1

Please sign in to comment.