2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

LandroidUtil.pm: changed Worx and Kress loginUrl from EU to global

git-svn-id: https://svn.fhem.de/fhem/trunk@27638 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
frober 2023-06-01 08:48:22 +00:00
parent f50b93a00d
commit 084bc00526
2 changed files with 3 additions and 2 deletions

View File

@ -23,13 +23,13 @@ use warnings;
my %types = (
worx => {
url => "api.worxlandroid.com",
loginUrl => "id.eu.worx.com",
loginUrl => "id.worx.com",
clientId => "150da4d2-bb44-433b-9429-3773adc70a2a", # OAuth Client ID
mqttPrefix => "WX",
},
kress => {
url => "api.kress-robotik.com",
loginUrl => "id.eu.kress.com",
loginUrl => "id.kress.com",
clientId => "931d4bc4-3192-405a-be78-98e43486dc59",
mqttPrefix => "KR",
},

View File

@ -592,6 +592,7 @@ FHEM/HMCCUConf.pm zap HomeMatic
FHEM/HMConfig.pm martinp876 HomeMatic
FHEM/HOMESTATEtk.pm loredo Automatisierung
FHEM/HttpUtils.pm rudolfkoenig Automatisierung
FHEM/LandroidUtils.pm frober MQTT https://forum.fhem.de/index.php/topic,111959.0.html
FHEM/MaxCommon.pm Wzut MAX
FHEM/Meta.pm loredo FHEM Development
FHEM/msgSchema.pm loredo Automatisierung