mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
37_echodevice.pm: bugfixing voice_reading
git-svn-id: https://svn.fhem.de/fhem/trunk@28112 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9423a12ba0
commit
321d26325a
@ -2,6 +2,9 @@
|
||||
#
|
||||
##############################################
|
||||
#
|
||||
# 2023.10.31 v0.2.24
|
||||
# - CHANGE: voice_reading TTS Antworten rausfiltern
|
||||
#
|
||||
# 2023.10.27 v0.2.23
|
||||
# - BUG: Logeinträge bei set "speak" entfernt
|
||||
#
|
||||
@ -510,7 +513,7 @@ use lib ('./FHEM/lib', './lib');
|
||||
use MP3::Info;
|
||||
use MIME::Base64;
|
||||
|
||||
my $ModulVersion = "0.2.23";
|
||||
my $ModulVersion = "0.2.24";
|
||||
my $AWSPythonVersion = "0.0.3";
|
||||
my $NPMLoginTyp = "unbekannt";
|
||||
my $QueueNumber = 0;
|
||||
@ -2829,7 +2832,7 @@ sub echodevice_Parse($$$) {
|
||||
my @recordKeys = split("#",$recordKey->{recordKey});
|
||||
$sourceDeviceIds = @recordKeys[3];
|
||||
$Person = 0;
|
||||
if ($recordKey->{utteranceType} ne "WAKE_WORD_ONLY" and $recordKey->{utteranceType} ne "DEVICE_ARBITRATION") {
|
||||
if ($recordKey->{utteranceType} eq "GENERAL") {
|
||||
|
||||
if(defined($modules{$hash->{TYPE}}{defptr}{$sourceDeviceIds})) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user