add new API URL

This commit is contained in:
2021-03-10 18:43:14 +01:00
parent bf70f2ffec
commit 36c96abaf8
2 changed files with 3 additions and 3 deletions

View File

@ -232,8 +232,8 @@ sub Define {
$hash->{BRIDGE} = 1;
$hash->{URL} =
AttrVal( $name, 'gardenaBaseURL',
'https://sg-api.dss.husqvarnagroup.net' )
. '/sg-1';
'https://api.smart.gardena.dev' )
. '/v1';
$hash->{VERSION} = version->parse($VERSION)->normal;
$hash->{INTERVAL} = 60;
$hash->{NOTIFYDEV} = "global,$name";