mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
32_yowsup.pm: fixed image send
git-svn-id: https://svn.fhem.de/fhem/trunk@10094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ca61fab1a3
commit
3ce5e3ef01
@ -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' ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user