mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
32_yowsup.pm: fixed sendimg images to groups
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9f982fc300
commit
96621e8c45
@ -284,7 +284,12 @@ yowsup_Set($$@)
|
||||
return undef;
|
||||
|
||||
} elsif( $cmd eq 'image' ) {
|
||||
return yowsup_Write( $hash, "/image send $args[0] $args[1]" );
|
||||
readingsSingleUpdate( $hash, "sent", 'image: '. join( ' ', @args ), 1 );
|
||||
|
||||
my $number = shift(@args);
|
||||
$number =~ s/\./-/;
|
||||
|
||||
return yowsup_Write( $hash, "/image send $number $args[0]" );
|
||||
|
||||
return undef;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user