mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
wundergroundAPI: fix default value for units
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19827 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6beb3999fe
commit
7eb9cb42b6
@ -127,7 +127,7 @@ sub new {
|
|||||||
$self->{units} = (
|
$self->{units} = (
|
||||||
defined( $apioptions->{units} )
|
defined( $apioptions->{units} )
|
||||||
? $apioptions->{units}
|
? $apioptions->{units}
|
||||||
: 's'
|
: 'm'
|
||||||
);
|
);
|
||||||
|
|
||||||
$self->{stationId} = (
|
$self->{stationId} = (
|
||||||
@ -744,7 +744,7 @@ sub strftimeWrapper(@) {
|
|||||||
"abstract": "Wetter API für Weather Underground"
|
"abstract": "Wetter API für Weather Underground"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "v1.0.0",
|
"version": "v1.0.1",
|
||||||
"author": [
|
"author": [
|
||||||
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user