fix voiceInput Reading lower cap only, new Flow setup

This commit is contained in:
Marko Oldenburg
2017-06-12 19:50:01 +02:00
parent 36b3d54433
commit 9e2e5119ca
3 changed files with 48 additions and 48 deletions

View File

@@ -68,8 +68,8 @@ use TcpServerUtils;
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "3.9.72";
my $flowsetversion = "3.9.73";
my $modulversion = "3.9.73";
my $flowsetversion = "3.9.74";
@@ -811,7 +811,7 @@ sub AMADCommBridge_ResponseProcessing($$) {
}
elsif ( $fhemcmd eq 'voiceinputvalue' ) {
my $fhemCmd = $decode_json->{payload}{voiceinputdata};
my $fhemCmd = lc($decode_json->{payload}{voiceinputdata});
readingsBeginUpdate( $bhash);
readingsBulkUpdate( $bhash, "receiveVoiceCommand", $fhemCmd, 1 );