version 2025-02-01

This commit is contained in:
rasta5man 2025-01-07 15:30:46 +01:00
parent ef7817bf22
commit c052887a1f
11 changed files with 368 additions and 700 deletions

View file

@ -1512,8 +1512,6 @@ exports.install = function(instance) {
const value = params.value;
let date = new Date();
let hour = date.getHours();
date.setDate(date.getDate() + 1);//next day
let sunCalcResult;