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