mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
74_HusqvarnaAutomower: Fixed translation.
git-svn-id: https://svn.fhem.de/fhem/trunk@19200 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4045251733
commit
e14051e2ec
@ -36,7 +36,7 @@ use Blocking;
|
||||
|
||||
eval "use JSON;1" or $missingModul .= "JSON ";
|
||||
|
||||
my $version = "0.5";
|
||||
my $version = "0.5.1";
|
||||
|
||||
use constant AUTHURL => "https://iam-api.dss.husqvarnagroup.net/api/v3/";
|
||||
use constant APIURL => "https://amc-api.dss.husqvarnagroup.net/app/v1/";
|
||||
@ -757,7 +757,7 @@ sub HusqvarnaAutomower_ToGerman($$) {
|
||||
'CHARGING' => 'lädt',
|
||||
|
||||
'LEAVING' => 'verlässt Ladestation',
|
||||
'GOING_HOME' => 'führt zur Ladestation',
|
||||
'GOING_HOME' => 'fährt zur Ladestation',
|
||||
'WEEK_TIMER' => 'Wochen-Zeitplan',
|
||||
'WEEK_SCHEDULE' => 'Wochen-Zeitplan',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user