voiceInput Commands auf nur Kleinschreibung konvertieren
This commit is contained in:
parent
15f4318ad0
commit
0d8db9314e
@ -995,7 +995,7 @@ sub AMAD_CommBridge_Read($) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
elsif ( $fhemcmd =~ /voiceinputvalue\b/ ) {
|
elsif ( $fhemcmd =~ /voiceinputvalue\b/ ) {
|
||||||
my $fhemCmd = $data[1];
|
my $fhemCmd = lc $data[1];
|
||||||
|
|
||||||
readingsBeginUpdate( $bhash);
|
readingsBeginUpdate( $bhash);
|
||||||
readingsBulkUpdate( $bhash, "receiveVoiceCommand", $fhemCmd );
|
readingsBulkUpdate( $bhash, "receiveVoiceCommand", $fhemCmd );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user