fix umlaute problem

This commit is contained in:
Marko Oldenburg
2019-03-14 18:40:42 +01:00
parent 2150a1c052
commit e9ded889e7
3 changed files with 36 additions and 17 deletions

View File

@ -664,7 +664,7 @@ sub Weather_Define($$) {
readingsSingleUpdate( $hash, 'state', 'Initialized', 1 );
Weather_LanguageInitialize( $hash->{LANG} );
my $apistring = $api . '::Weather';
my $apistring = 'FHEM::' . $api . '::Weather';
$hash->{fhem}->{api} = $apistring->new(
{
devName => $hash->{NAME},