mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
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:
parent
7804b3c1d9
commit
7c6437b9f4
@ -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
|
||||
# (c) Thomas Dankert <post@thomyd.de>
|
||||
|
@ -57,7 +57,7 @@ my %ttsQuery = ("Google" => "q=",
|
||||
my %ttsPath = ("Google" => "/translate_tts?",
|
||||
"VoiceRSS" => "/?"
|
||||
);
|
||||
my %ttsAddon = ("Google" => "client=t&prev=input",
|
||||
my %ttsAddon = ("Google" => "client=tw-ob",
|
||||
"VoiceRSS" => ""
|
||||
);
|
||||
my %ttsAPIKey = ("Google" => "", # kein APIKey nötig
|
||||
|
Loading…
x
Reference in New Issue
Block a user