98_Text2Speech.pm: Google Bugfix: client=tw-ob

10_SOMFY.pm: ID tag korrigiert


git-svn-id: https://svn.fhem.de/fhem/trunk@9710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust 2015-10-28 17:56:43 +00:00
parent 7804b3c1d9
commit 7c6437b9f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
###################################################### ######################################################
# $Id: 10_SOMFY.pm 7988 2015-02-14 22:04:45Z thomyd $ # $Id$
# #
# SOMFY RTS / Simu Hz protocol module for FHEM # SOMFY RTS / Simu Hz protocol module for FHEM
# (c) Thomas Dankert <post@thomyd.de> # (c) Thomas Dankert <post@thomyd.de>

View File

@ -57,7 +57,7 @@ my %ttsQuery = ("Google" => "q=",
my %ttsPath = ("Google" => "/translate_tts?", my %ttsPath = ("Google" => "/translate_tts?",
"VoiceRSS" => "/?" "VoiceRSS" => "/?"
); );
my %ttsAddon = ("Google" => "client=t&prev=input", my %ttsAddon = ("Google" => "client=tw-ob",
"VoiceRSS" => "" "VoiceRSS" => ""
); );
my %ttsAPIKey = ("Google" => "", # kein APIKey nötig my %ttsAPIKey = ("Google" => "", # kein APIKey nötig