Skip to content

Commit 2b4b5dc

Browse files
committed
Update Meteoplaza.js
Changed dayLengthHrs to dayLength
1 parent e586491 commit 2b4b5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Meteoplaza.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = class Meteoplaza {
112112
"currentTime": json.Astro.CurrentTime_ISO,
113113
"sunRise": json.Astro.SunRise_ISO,
114114
"sunSet": json.Astro.SunSet_ISO,
115-
"dayLengthHrs": json.Astro.DayLength,
115+
"dayLength": json.Astro.DayLength,
116116
"moonPhase":{
117117
"newMoon": json.Astro.MoonPhase.NM,
118118
"fullMoon": json.Astro.MoonPhase.VM,

0 commit comments

Comments
 (0)