We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e586491 commit 2b4b5dcCopy full SHA for 2b4b5dc
lib/Meteoplaza.js
@@ -112,7 +112,7 @@ module.exports = class Meteoplaza {
112
"currentTime": json.Astro.CurrentTime_ISO,
113
"sunRise": json.Astro.SunRise_ISO,
114
"sunSet": json.Astro.SunSet_ISO,
115
- "dayLengthHrs": json.Astro.DayLength,
+ "dayLength": json.Astro.DayLength,
116
"moonPhase":{
117
"newMoon": json.Astro.MoonPhase.NM,
118
"fullMoon": json.Astro.MoonPhase.VM,
0 commit comments