mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
39_alexa.pm: fixed typo
git-svn-id: https://svn.fhem.de/fhem/trunk@13154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b16f8fab5e
commit
a88cc0683d
@ -403,7 +403,7 @@ Log 1, Dumper $characteristicsOfIntent;
|
||||
if( $intent =~ m/^(set|get|attr)\s/ ) {
|
||||
$intent_name = "FHEM${1}Intent";
|
||||
} elsif( $intent =~ m/^{.*}$/ ) {
|
||||
$intent_name = 'FHEMperlCodeInent';
|
||||
$intent_name = 'FHEMperlCodeIntent';
|
||||
}
|
||||
#$intent_name =~ s/ //g;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user