Formatierung auf nur kleinbuchstaben bei VoiceInput Routine für die CommBridge
This commit is contained in:
		@@ -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 );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user