mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
49_SSCam: changed audiolink handling to new execution variant in camOp
git-svn-id: https://svn.fhem.de/fhem/trunk@22761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
acd870f610
commit
acaaa84a00
@ -5938,6 +5938,7 @@ sub camOp {
|
|||||||
if($hash->{HELPER}{ACALL}) { # neue camOp Audio Ausführungsvariante
|
if($hash->{HELPER}{ACALL}) { # neue camOp Audio Ausführungsvariante
|
||||||
my $akey = delete $hash->{HELPER}{CALL}{AKEY}; # API Key Audio Parts
|
my $akey = delete $hash->{HELPER}{CALL}{AKEY}; # API Key Audio Parts
|
||||||
my $apart = delete $hash->{HELPER}{CALL}{APART}; # URL-Teilstring Audio
|
my $apart = delete $hash->{HELPER}{CALL}{APART}; # URL-Teilstring Audio
|
||||||
|
delete $hash->{HELPER}{ACALL};
|
||||||
|
|
||||||
$apart =~ s/_ANAME_/$hash->{HELPER}{API}{$akey}{NAME}/x;
|
$apart =~ s/_ANAME_/$hash->{HELPER}{API}{$akey}{NAME}/x;
|
||||||
$apart =~ s/_AVER_/$hash->{HELPER}{API}{$akey}{VER}/x;
|
$apart =~ s/_AVER_/$hash->{HELPER}{API}{$akey}{VER}/x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user