Formatierung auf nur kleinbuchstaben bei VoiceInput Routine für die CommBridge
This commit is contained in:
parent
197a32117f
commit
1a60780d1d
@ -37,7 +37,7 @@ use TcpServerUtils;
|
|||||||
use Encode qw(encode);
|
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/ ) {
|
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