Formatierung auf nur kleinbuchstaben bei VoiceInput Routine für die CommBridge

This commit is contained in:
Marko Oldenburg 2016-02-17 14:05:20 +01:00
parent 197a32117f
commit 1a60780d1d

View File

@ -37,7 +37,7 @@ use TcpServerUtils;
use Encode qw(encode);
my $version = "1.2.1";
my $version = "1.2.2";
@ -1004,7 +1004,7 @@ sub AMAD_CommBridge_Read($) {
}
elsif ( $fhemcmd =~ /voiceinputvalue\b/ ) {
my $fhemCmd = $data[1];
my $fhemCmd = lc $data[1];
readingsBeginUpdate( $bhash);
readingsBulkUpdate( $bhash, "receiveVoiceCommand", $fhemCmd );