32_yowsup.pm: fixed image send
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -265,7 +265,7 @@ yowsup_Set($$@)
|
||||
|
||||
my $image = shift(@args);
|
||||
|
||||
return yowsup_Write( $phash, "/image send $hash->{NUMBER} $args[0]" );
|
||||
return yowsup_Write( $phash, "/image send $number $image '". join( ' ', @args ) ."'" );
|
||||
|
||||
return undef;
|
||||
} elsif( $cmd eq 'send' ) {
|
||||
|
||||
Reference in New Issue
Block a user