From d7186825020d89621fe15f85a78e047fbf42d833 Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Mon, 8 May 2023 19:50:49 +0200 Subject: [PATCH] Autowarmth: suntime.lua minimal documentation update (#10405) --- plugins/autowarmth.koplugin/suntime.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/autowarmth.koplugin/suntime.lua b/plugins/autowarmth.koplugin/suntime.lua index 077f80d14..9b6f46c6e 100644 --- a/plugins/autowarmth.koplugin/suntime.lua +++ b/plugins/autowarmth.koplugin/suntime.lua @@ -1,9 +1,8 @@ - +--[[-- -- Author: Martin Zwicknagl (zwim) -- Date: 2021-10-29 -- The current source code of this file can be found on https://github.com/zwim/suntime. ---[[-- Module to calculate ephemeris and other times depending on the sun position. Maximal errors from 2020-2050 (compared to https://midcdmz.nrel.gov/spa/) are: @@ -479,10 +478,10 @@ end --[[-- Calculates the ephemeris and twilight times -@param exact_twilight If not nil, then exact twilight times will be calculated. +@param fast_twilight If not nil, then exact twilight times will be calculated. @usage -SunTime:calculateTimes(exact_twilight) +SunTime:calculateTimes(fast_twilight) Times are in hours or `nil` if not applicable.