voiceInput Commands auf nur Kleinschreibung konvertieren

This commit is contained in:
Marko Oldenburg 2016-02-17 12:41:58 +01:00
parent 15f4318ad0
commit 0d8db9314e

View File

@ -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 );