diff --git a/fhem/FHEM/32_yowsup.pm b/fhem/FHEM/32_yowsup.pm index 1fd353d97..7eb544770 100644 --- a/fhem/FHEM/32_yowsup.pm +++ b/fhem/FHEM/32_yowsup.pm @@ -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' ) {