mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
39_alexa.pm: fixed copy&paste bug
git-svn-id: https://svn.fhem.de/fhem/trunk@15047 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
78705241e9
commit
4d666fa384
@ -583,7 +583,7 @@ Log 1, Dumper $characteristicsOfIntent;
|
||||
|
||||
return 'no skillId set' if( !$skillId );
|
||||
|
||||
$skillId = plex_decrypt( $skillId );
|
||||
$skillId = alexa_decrypt( $skillId );
|
||||
|
||||
return "skillId: $skillId";
|
||||
}
|
||||
@ -670,7 +670,7 @@ alexa_Attr($$$)
|
||||
return "$attrVal is not a valid skill id";
|
||||
}
|
||||
|
||||
$attrVal = plex_encrypt($attrVal);
|
||||
$attrVal = alexa_encrypt($attrVal);
|
||||
|
||||
if( $orig ne $attrVal ) {
|
||||
$attr{$name}{$attrName} = $attrVal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user